Changeset 53186 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 04/15/2022 11:56:58 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/nav-menus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r52978 r53186 607 607 $overview .= '<p>' . sprintf( 608 608 /* translators: 1: URL to Widgets screen, 2 and 3: The names of the default themes. */ 609 __( '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.' ),609 __( '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.' ), 610 610 admin_url( 'widgets.php' ), 611 611 'Twenty Twenty',
Note: See TracChangeset
for help on using the changeset viewer.