Make WordPress Core


Ignore:
Timestamp:
06/25/2010 06:26:40 AM (14 years ago)
Author:
nacin
Message:

Fix typo in php comment. props Utkarsh, fixes #14072.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/nav-menu-template.php

    r15320 r15325  
    366366
    367367                if ( in_array( home_url(), array( untrailingslashit( $current_url ), untrailingslashit( $_indexless_current ) ) ) ) {
    368                     // Back compat for home limk to match wp_page_menu()
     368                    // Back compat for home link to match wp_page_menu()
    369369                    $classes[] = 'current_page_item';
    370370                }
Note: See TracChangeset for help on using the changeset viewer.