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:
Jeremy Felt 2015-09-10 16:20:29 +00:00
parent 5d8eb77621
commit 9473a479d9
1 changed files with 1 additions and 1 deletions

View File

@ -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
*