Changeset 23529 for trunk/wp-admin/nav-menus.php
- Timestamp:
- 02/28/2013 07:01:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/nav-menus.php
r23453 r23529 436 436 '<p>' . __('This feature allows you to use a custom menu in place of your theme’s default menus.') . '</p>' . 437 437 '<p>' . __('Custom menus may contain links to pages, categories, custom links or other content types (use the Screen Options tab to decide which ones to show on the screen). You can specify a different navigation label for a menu item as well as other attributes. You can create multiple menus. If your theme includes more than one menu location, you can choose which custom menu to associate with each. You can also use custom menus in conjunction with the Custom Menus widget.') . '</p>' . 438 '<p>' . sprintf( __('If your theme does not support the custom menus feature (the default themes, %1$s and %2$s, do), you can learn about adding this support by following the Documentation link to the side.'), 'Twenty T welve', 'Twenty Eleven' ) . '</p>'438 '<p>' . sprintf( __('If your theme does not support the custom menus feature (the default themes, %1$s and %2$s, do), you can learn about adding this support by following the Documentation link to the side.'), 'Twenty Thirteen', 'Twenty Twelve' ) . '</p>' 439 439 ) ); 440 440 get_current_screen()->add_help_tab( array(
Note: See TracChangeset
for help on using the changeset viewer.