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:
Jonathan Desrosiers 2019-09-13 18:54:06 +00:00
parent 96b4b1a70d
commit 53ec5e3fbf
1 changed files with 1 additions and 1 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;
}
}