From 8a0c54e24339b9fce04658775524cebf0789b31d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 25 Jun 2010 06:26:40 +0000 Subject: [PATCH] Fix typo in php comment. props Utkarsh, fixes #14072. git-svn-id: https://develop.svn.wordpress.org/trunk@15325 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a2a2ffbb19..d8bdaf6446 100644 --- a/wp-includes/nav-menu-template.php +++ b/wp-includes/nav-menu-template.php @@ -365,7 +365,7 @@ function _wp_menu_item_classes_by_context( &$menu_items ) { } if ( in_array( home_url(), array( untrailingslashit( $current_url ), untrailingslashit( $_indexless_current ) ) ) ) { - // Back compat for home limk to match wp_page_menu() + // Back compat for home link to match wp_page_menu() $classes[] = 'current_page_item'; } $active_parent_item_ids[] = (int) $menu_item->menu_item_parent;