Docs: Correct and clarify various @since docs.

Fixes #37562


git-svn-id: https://develop.svn.wordpress.org/trunk@38201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2016-08-04 22:53:40 +00:00
parent 152fba56cc
commit 5cc963a721
5 changed files with 7 additions and 12 deletions

View File

@@ -121,7 +121,8 @@ function ms_site_check() {
* 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()
*
* @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()
*
* @param string $domain Domain to check.
* @param string $path Path to check.
@@ -136,8 +137,8 @@ function get_network_by_path( $domain, $path, $segments = null ) {
* Retrieve an object containing information about the requested network.
*
* @since 3.9.0
* @since 4.4.0 Converted to leverage WP_Network
* @since 4.6.0 Converted to use get_network()
*
* @internal In 4.6.0, converted to use get_network()
*
* @param object|int $network The network's database row or ID.
* @return WP_Network|false Object containing network information if found, false if not.
@@ -155,7 +156,6 @@ function wp_get_network( $network ) {
* Retrieve a site object by its domain and path.
*
* @since 3.9.0
* @since 4.6.0 Converted to use get_sites()
*
* @global wpdb $wpdb WordPress database abstraction object.
*