From 2762f019f7913913c2731791645bb2324b16e4a2 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Thu, 10 Sep 2015 16:21:26 +0000 Subject: [PATCH] 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 --- wp-includes/ms-load.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index b296b4ce44..dd1024accd 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index af53ad750f..a5f9d33485 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.