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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user