diff --git a/wp-includes/ms-functions.php b/wp-includes/ms-functions.php index 1eaada6d91..9bf4ca76d5 100644 --- a/wp-includes/ms-functions.php +++ b/wp-includes/ms-functions.php @@ -1889,6 +1889,8 @@ function redirect_this_site( $deprecated = '' ) { * * @since MU * + * @blessed + * * @param array $upload * @return string|array If the upload is under the size limit, $upload is returned. Otherwise returns an error message. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 14d0ac28a3..f6b70ef2c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34753'; +$wp_version = '4.4-alpha-34754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.