Changeset 14945
- Timestamp:
- 05/26/2010 04:25:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/nav-menu-template.php
r14944 r14945 297 297 * @param array $menu_items The current menu item objects to which to add the class property information. 298 298 */ 299 function _wp_menu_item_classes_by_context( &$menu_items = array()) {299 function _wp_menu_item_classes_by_context( &$menu_items ) { 300 300 global $wp_query; 301 301
Note: See TracChangeset
for help on using the changeset viewer.