Changeset 26024 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 11/06/2013 08:01:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r25993 r26024 477 477 if ( ! $locations_screen ) : // Main tab 478 478 $overview = '<p>' . __( 'This screen is used for managing your custom navigation menus.' ) . '</p>'; 479 $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Custom Menu” 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>';479 $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Custom Menu” 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 Fourteen', 'Twenty Thirteen' ) . '</p>'; 480 480 $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>'; 481 481 $overview .= '<ul><li>' . __( 'Create, edit, and delete menus' ) . '</li>';
Note: See TracChangeset
for help on using the changeset viewer.