Make WordPress Core

Changeset 24979


Ignore:
Timestamp:
08/05/2013 10:01:04 PM (11 years ago)
Author:
nacin
Message:

Change nav menus help text to reflect the proper name of the "Custom Menu" widget. props DrewAPicture, fixes #24860.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r24680 r24979  
    472472
    473473if ( ! current_theme_supports( 'menus' ) && ! $num_locations )
    474     $messages[] = '<div id="message" class="updated"><p>' . sprintf( __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a &#8220;Custom Menus&#8221; widget on the <a href="%s">Widgets</a> screen.' ), admin_url( 'widgets.php' ) ) . '</p></div>';
     474    $messages[] = '<div id="message" class="updated"><p>' . sprintf( __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a &#8220;Custom Menu&#8221; widget on the <a href="%s">Widgets</a> screen.' ), admin_url( 'widgets.php' ) ) . '</p></div>';
    475475
    476476if ( ! $locations_screen ) : // Main tab
Note: See TracChangeset for help on using the changeset viewer.