Changeset 38882 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 10/24/2016 12:31:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r38574 r38882 377 377 $classes[] = 'current_page_item'; 378 378 } 379 380 if ( 'page_on_front' ) { 381 $classes[] = 'menu-item-home'; 382 } 383 379 384 $active_parent_item_ids[] = (int) $menu_item->menu_item_parent; 380 385 $active_parent_object_ids[] = (int) $menu_item->post_parent;
Note: See TracChangeset
for help on using the changeset viewer.