Make WordPress Core

Changeset 24980


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

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

File:
1 edited

Legend:

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

    r24979 r24980  
    476476if ( ! $locations_screen ) : // Main tab
    477477    $overview  = '<p>' . __( 'This screen is used for managing your custom navigation menus.' ) . '</p>';
    478     $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Custom Menus&#8221; widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the custom menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Thirteen', 'Twenty Twelve' ) . '</p>';
     478    $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a &#8220;Custom Menu&#8221; widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the custom menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Thirteen', 'Twenty Twelve' ) . '</p>';
    479479    $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>';
    480480    $overview .= '<ul><li>' . __( 'Create, edit, and delete menus' ) . '</li>';
Note: See TracChangeset for help on using the changeset viewer.