Changeset 14888 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 05/25/2010 03:42:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r14878 r14888 429 429 // Set up nav menu 430 430 wp_nav_menu_setup(); 431 $messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the “ NavigationMenu” widget to add any menus you create here to the theme’s sidebar.') . '</p></div>';431 $messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.') . '</p></div>'; 432 432 } 433 433
Note: See TracChangeset
for help on using the changeset viewer.