From c10da6c1eccf48bb025654a003972adb209bfc62 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 27 Oct 2010 01:52:59 +0000 Subject: [PATCH] Standardize on 'Display as dropdown' and list those before post counts in default widgets. fixes #15096. git-svn-id: http://svn.automattic.com/wordpress/trunk@15993 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 1faf90c51..9b7addfa3 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -262,9 +262,9 @@ class WP_Widget_Archives extends WP_Widget { ?>

+ id="get_field_id('dropdown'); ?>" name="get_field_name('dropdown'); ?>" /> +
id="get_field_id('count'); ?>" name="get_field_name('count'); ?>" /> -
- id="get_field_id('dropdown'); ?>" name="get_field_name('dropdown'); ?>" />

get_field_id('title'); ?>" name="get_field_name('title'); ?>" type="text" value="" />

/> -
+
/>