From d3229b6dfcc5e6ffe5f851955a52fb045a00d807 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 1 Oct 2015 22:23:51 +0000 Subject: [PATCH] This function is blessed. git-svn-id: https://develop.svn.wordpress.org/trunk@34754 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 1eaada6d91..9bf4ca76d5 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/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. */