Multisite: Correct `ms_not_installed()` `@since` version for new parameters

Props dimadin.
See 27264.

Built from https://develop.svn.wordpress.org/trunk@33999


git-svn-id: http://core.svn.wordpress.org/trunk@33968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Jeremy Felt 2015-09-10 16:21:26 +00:00
parent f9e7fb306c
commit 2762f019f7
2 changed files with 2 additions and 2 deletions

View File

@ -394,7 +394,7 @@ function get_site_by_path( $domain, $path, $segments = null ) {
* *
* @access private * @access private
* @since 3.0.0 * @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 * @global wpdb $wpdb
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-33998'; $wp_version = '4.4-alpha-33999';
/** /**
* 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.