Changeset 42026
- Timestamp:
- 10/25/2017 10:28:43 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r41982 r42026 1125 1125 */ 1126 1126 $common_slug_groups = array( 1127 array( ' header', 'main', 'navigation', 'primary', 'top' ),1128 array( ' bottom', 'footer', 'secondary', 'subsidiary' ),1127 array( 'primary', 'menu-1', 'main', 'header', 'navigation', 'top' ), 1128 array( 'secondary', 'menu-2', 'footer', 'subsidiary', 'bottom' ), 1129 1129 array( 'social' ), 1130 1130 ); -
trunk/tests/phpunit/tests/menu/nav-menu.php
r41811 r42026 173 173 174 174 $expected_nav_menu_locations = array( 175 ' main' => 1,176 ' primary' => 2,175 'primary' => 1, 176 'main' => 2, 177 177 ); 178 178 $this->assertEquals( $expected_nav_menu_locations, $new_next_theme_nav_menu_locations );
Note: See TracChangeset
for help on using the changeset viewer.