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:
parent
f9e7fb306c
commit
2762f019f7
|
@ -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
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue