Fix typo in [15544]
git-svn-id: https://develop.svn.wordpress.org/trunk@15545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
33cd9f11dd
commit
9b99bf5f5f
@ -402,7 +402,7 @@ function _wp_menu_item_classes_by_context( &$menu_items ) {
|
||||
foreach ( (array) $menu_items as $key => $parent_item ) {
|
||||
$classes = (array) $parent_item->classes;
|
||||
$menu_items[$key]->current_item_ancestor = false;
|
||||
$menu_items[$key]->current_item_parrent = false;
|
||||
$menu_items[$key]->current_item_parent = false;
|
||||
|
||||
if (
|
||||
isset( $parent_item->type ) &&
|
||||
|
Loading…
Reference in New Issue
Block a user