Correct the version number specified in [46102].
See #45361. Built from https://develop.svn.wordpress.org/trunk@46104 git-svn-id: http://core.svn.wordpress.org/trunk@45916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a3eba2c201
commit
8a2bbf777a
|
@ -94,7 +94,7 @@ function register_nav_menus( $locations = array() ) {
|
|||
|
||||
foreach ( $locations as $key => $value ) {
|
||||
if ( is_int( $key ) ) {
|
||||
_doing_it_wrong( __FUNCTION__, __( 'Nav menu locations must be strings.' ), '5.3' );
|
||||
_doing_it_wrong( __FUNCTION__, __( 'Nav menu locations must be strings.' ), '5.3.0' );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-46103';
|
||||
$wp_version = '5.3-alpha-46104';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue