Multisite: Correct `ms_not_installed()` `@since` version for new parameters
Props dimadin. See 27264. git-svn-id: https://develop.svn.wordpress.org/trunk@33999 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d8eb77621
commit
9473a479d9
|
@ -394,7 +394,7 @@ function get_site_by_path( $domain, $path, $segments = null ) {
|
|||
*
|
||||
* @access private
|
||||
* @since 3.0.0
|
||||
* @since 4.3.0 The `$domain` and `$path` parameters were added.
|
||||
* @since 4.4.0 The `$domain` and `$path` parameters were added.
|
||||
*
|
||||
* @global wpdb $wpdb
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue