Fix typo in [15544]
git-svn-id: http://svn.automattic.com/wordpress/trunk@15545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d7fcadc5b8
commit
725f073450
|
@ -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