Changeset 15303 for branches/3.0/wp-includes/nav-menu-template.php
- Timestamp:
- 06/22/2010 10:06:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/nav-menu-template.php
r15259 r15303 364 364 365 365 if ( untrailingslashit($current_url) == home_url() ) { 366 $classes[] = 'menu-item-home';367 366 // Back compat for home limk to match wp_page_menu() 368 367 $classes[] = 'current_page_item'; … … 372 371 $active_object = $menu_item->object; 373 372 } 373 374 if ( untrailingslashit($item_url) == home_url() ) 375 $classes[] = 'menu-item-home'; 374 376 } 375 377
Note: See TracChangeset
for help on using the changeset viewer.