Make WordPress Core

Changeset 14945


Ignore:
Timestamp:
05/26/2010 04:25:29 PM (15 years ago)
Author:
ryan
Message:

No default value for pass by ref. Props filosofo. fixes #13553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/nav-menu-template.php

    r14944 r14945  
    297297 * @param array $menu_items The current menu item objects to which to add the class property information.
    298298 */
    299 function _wp_menu_item_classes_by_context( &$menu_items = array() ) {
     299function _wp_menu_item_classes_by_context( &$menu_items ) {
    300300    global $wp_query;
    301301
Note: See TracChangeset for help on using the changeset viewer.