Changeset 14849
- Timestamp:
- 05/24/2010 07:31:31 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r14679 r14849 1057 1057 1058 1058 function WP_Nav_Menu_Widget() { 1059 $widget_ops = array( 'description' => __('Use this widget to add one of your navigationmenus as a widget.') );1060 parent::WP_Widget( 'nav_menu', __(' NavigationMenu'), $widget_ops );1059 $widget_ops = array( 'description' => __('Use this widget to add one of your custom menus as a widget.') ); 1060 parent::WP_Widget( 'nav_menu', __('Custom Menu'), $widget_ops ); 1061 1061 } 1062 1062
Note: See TracChangeset
for help on using the changeset viewer.