From 725f07345053e23eb021e013d856ef09505f8695 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 27 Aug 2010 16:53:26 +0000 Subject: [PATCH] Fix typo in [15544] git-svn-id: http://svn.automattic.com/wordpress/trunk@15545 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/nav-menu-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/nav-menu-template.php b/wp-includes/nav-menu-template.php index 1672234a5..113ae91c0 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -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 ) &&