Correct the version number specified in [46102].
See #45361. git-svn-id: https://develop.svn.wordpress.org/trunk@46104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
96b4b1a70d
commit
53ec5e3fbf
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user