From f33c6a665016766695ed74f585add1407638dfc1 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 1 Oct 2015 22:24:24 +0000 Subject: [PATCH] This function is blessed. Built from https://develop.svn.wordpress.org/trunk@34754 git-svn-id: http://core.svn.wordpress.org/trunk@34719 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-functions.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.