Docs: Use third-person singular verbs for function descriptions in `wp-includes/ms-load.php`, as per docs standards.
See #54729. Built from https://develop.svn.wordpress.org/trunk@53250 git-svn-id: http://core.svn.wordpress.org/trunk@52839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d93f8d388
commit
baf41c1fb9
|
@ -127,7 +127,7 @@ function ms_site_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve the closest matching network for a domain and path.
|
* Retrieves the closest matching network for a domain and path.
|
||||||
*
|
*
|
||||||
* @since 3.9.0
|
* @since 3.9.0
|
||||||
*
|
*
|
||||||
|
@ -190,7 +190,7 @@ function get_site_by_path( $domain, $path, $segments = null ) {
|
||||||
$paths[] = '/';
|
$paths[] = '/';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine a site by its domain and path.
|
* Determines a site by its domain and path.
|
||||||
*
|
*
|
||||||
* This allows one to short-circuit the default logic, perhaps by
|
* This allows one to short-circuit the default logic, perhaps by
|
||||||
* replacing it with a routine that is more optimal for your setup.
|
* replacing it with a routine that is more optimal for your setup.
|
||||||
|
@ -546,7 +546,7 @@ function wpmu_current_site() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve an object containing information about the requested network.
|
* Retrieves an object containing information about the requested network.
|
||||||
*
|
*
|
||||||
* @since 3.9.0
|
* @since 3.9.0
|
||||||
* @deprecated 4.7.0 Use get_network()
|
* @deprecated 4.7.0 Use get_network()
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.0-beta2-53249';
|
$wp_version = '6.0-beta2-53250';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue