Changeset 47219 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r47209 r47219 1267 1267 // Build the new array value from leaf to trunk. 1268 1268 for ( $i = count( $array_bits ) - 1; $i >= 0; $i-- ) { 1269 if ( $i == count( $array_bits ) - 1) {1269 if ( count( $array_bits ) - 1 == $i ) { 1270 1270 $new_post_data[ $array_bits[ $i ] ] = wp_slash( $post_input_data->value ); 1271 1271 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)