Changeset 46104 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 09/13/2019 06:54:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r46102 r46104 95 95 foreach ( $locations as $key => $value ) { 96 96 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' ); 98 98 break; 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.