mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Fix typo in [15544]
git-svn-id: https://develop.svn.wordpress.org/trunk@15545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 ) &&
|
||||
|
||||
Reference in New Issue
Block a user