Docs: Improve the @return description of network_domain_check().

Props ishitaka, vaishalipanchal.
Fixes #45403.


Built from https://develop.svn.wordpress.org/trunk@44460


git-svn-id: http://core.svn.wordpress.org/trunk@44291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-08 05:27:50 +00:00
parent 3d918be94e
commit 12b800788e
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* *
* @global wpdb $wpdb WordPress database abstraction object. * @global wpdb $wpdb WordPress database abstraction object.
* *
* @return Whether a network exists. * @return string|false Base domain if network exists, otherwise false.
*/ */
function network_domain_check() { function network_domain_check() {
global $wpdb; global $wpdb;

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.1-alpha-44459'; $wp_version = '5.1-alpha-44460';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.