Changeset 47093 for trunk/src/wp-admin/nav-menus.php
- Timestamp:
- 01/20/2020 03:41:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r46791 r47093 531 531 if ( ! current_theme_supports( 'menus' ) && ! $num_locations ) { 532 532 $messages[] = '<div id="message" class="updated"><p>' . sprintf( 533 /* translators: URL to Widgets screen. */533 /* translators: %s: URL to Widgets screen. */ 534 534 __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Navigation Menu” widget on the <a href="%s">Widgets</a> screen.' ), 535 535 admin_url( 'widgets.php' )
Note: See TracChangeset
for help on using the changeset viewer.