Changeset 44151 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 12/14/2018 02:48:14 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43809,43954
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/nav-menus.php
r43571 r44151 536 536 $overview = '<p>' . __( 'This screen is used for managing your navigation menus.' ) . '</p>'; 537 537 /* translators: 1: Widgets admin screen URL, 2 and 3: The name of the default themes */ 538 $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the navigation 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 S ixteen', 'Twenty Seventeen' ) . '</p>';538 $overview .= '<p>' . sprintf( __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the <a href="%1$s">Widgets</a> screen. If your theme does not support the navigation 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 Seventeen', 'Twenty Nineteen' ) . '</p>'; 539 539 $overview .= '<p>' . __( 'From this screen you can:' ) . '</p>'; 540 540 $overview .= '<ul><li>' . __( 'Create, edit, and delete menus' ) . '</li>';
Note: See TracChangeset
for help on using the changeset viewer.