Changeset 14767
- Timestamp:
- 05/20/2010 09:25:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r14761 r14767 406 406 $menus = wp_get_nav_menus(); 407 407 $menu_locations = get_nav_menu_locations(); 408 $num_locations = count( array_keys($locations) ); 409 410 echo '<p>' . sprintf( _n('Your theme supports %s menu. Assign a menu to your theme.', 'Your theme supports %s menus. Assign menus to your theme.', $num_locations), number_format_i18n($num_locations) ) . '</p>'; 408 411 409 412 foreach ( $locations as $location => $description ) {
Note: See TracChangeset
for help on using the changeset viewer.