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:
parent
d0d9e4c8d8
commit
f33c6a6650
|
@ -1889,6 +1889,8 @@ function redirect_this_site( $deprecated = '' ) {
|
||||||
*
|
*
|
||||||
* @since MU
|
* @since MU
|
||||||
*
|
*
|
||||||
|
* @blessed
|
||||||
|
*
|
||||||
* @param array $upload
|
* @param array $upload
|
||||||
* @return string|array If the upload is under the size limit, $upload is returned. Otherwise returns an error message.
|
* @return string|array If the upload is under the size limit, $upload is returned. Otherwise returns an error message.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue