Ticket #13519: 13519.diff
| File 13519.diff, 731 bytes (added by , 16 years ago) |
|---|
-
wp-includes/default-widgets.php
1056 1056 class WP_Nav_Menu_Widget extends WP_Widget { 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 1063 1063 function widget($args, $instance) {