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
This commit is contained in:
John Blackbourn 2015-10-01 22:24:24 +00:00
parent d0d9e4c8d8
commit f33c6a6650
2 changed files with 3 additions and 1 deletions

View File

@ -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.
*/

View File

@ -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.