Plugin Directory

Changeset 632651


Ignore:
Timestamp:
12/01/2012 10:45:07 AM (13 years ago)
Author:
phill_brown
Message:

Removed pass by reference that triggered a fatal error in PHP 5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • menu-rules/trunk/rules/active-parent.php

    r536937 r632651  
    5151        // Loop through once more to setup all ancestor classes
    5252        if ( ! empty( $active_ancestor_item_ids ) ) {
    53             $this->setup_ancestor_classes( &$menu_items, $active_ancestor_item_ids );
     53            $this->setup_ancestor_classes( $menu_items, $active_ancestor_item_ids );
    5454        }
    5555
Note: See TracChangeset for help on using the changeset viewer.