Make WordPress Core


Ignore:
Timestamp:
09/13/2019 06:54:06 PM (5 years ago)
Author:
desrosj
Message:

Correct the version number specified in [46102].

See #45361.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/nav-menu.php

    r46102 r46104  
    9595    foreach ( $locations as $key => $value ) {
    9696        if ( is_int( $key ) ) {
    97             _doing_it_wrong( __FUNCTION__, __( 'Nav menu locations must be strings.' ), '5.3' );
     97            _doing_it_wrong( __FUNCTION__, __( 'Nav menu locations must be strings.' ), '5.3.0' );
    9898            break;
    9999        }
Note: See TracChangeset for help on using the changeset viewer.