Multisite: Clarify documentation for WP_Network::get_by_path().

See #31985.


git-svn-id: https://develop.svn.wordpress.org/trunk@35573 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt
2015-11-08 02:24:32 +00:00
parent 9d48f6c7c3
commit 5acf79fa7e
2 changed files with 9 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ function ms_site_check() {
}
/**
* Retrieve a network object by its domain and path.
* Retrieve the closest matching network for a domain and path.
*
* @since 3.9.0
* @since 4.4.0 Converted to a wrapper for WP_Network::get_by_path()