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:
desrosj 2019-09-13 18:55:56 +00:00
parent a3eba2c201
commit 8a2bbf777a
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

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