Make WordPress Core

Ticket #13378: 13378.twentyten.menulocation.label.diff

File 13378.twentyten.menulocation.label.diff, 515 bytes (added by johnonolan, 14 years ago)

Revised menu location label for TwentyTen.

  • wp-content/themes/twentyten/functions.php

     
    9393
    9494        // This theme uses wp_nav_menu() in one location.
    9595        register_nav_menus( array(
    96                 'primary' => __( 'Primary Menu', 'twentyten' ),
     96                'primary' => __( 'Primary Navigation', 'twentyten' ),
    9797        ) );
    9898
    9999        // This theme allows users to set a custom background