mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
s/navigation menu/custom menu/. props jane, duck_. fixes #13519.
git-svn-id: https://develop.svn.wordpress.org/trunk@14849 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1056,8 +1056,8 @@ class WP_Widget_Tag_Cloud extends WP_Widget {
|
||||
class WP_Nav_Menu_Widget extends WP_Widget {
|
||||
|
||||
function WP_Nav_Menu_Widget() {
|
||||
$widget_ops = array( 'description' => __('Use this widget to add one of your navigation menus as a widget.') );
|
||||
parent::WP_Widget( 'nav_menu', __('Navigation Menu'), $widget_ops );
|
||||
$widget_ops = array( 'description' => __('Use this widget to add one of your custom menus as a widget.') );
|
||||
parent::WP_Widget( 'nav_menu', __('Custom Menu'), $widget_ops );
|
||||
}
|
||||
|
||||
function widget($args, $instance) {
|
||||
|
||||
Reference in New Issue
Block a user