From 5fe0bd0c6143c64c062ab4560eaff900e4e87c76 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 30 Apr 2007 03:32:33 +0000 Subject: [PATCH] Don't use deprecated category API. git-svn-id: http://svn.automattic.com/wordpress/trunk@5349 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 26daf372e2..08d8a65d58 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -534,7 +534,7 @@ function wp_widget_categories($args) { echo $before_widget; echo $before_title . $title . $after_title; - $cat_args = "sort_column=name&optioncount={$c}&hierarchical={$h}"; + $cat_args = "orderby=name&show_count={$c}&hierarchical={$h}"; if($d) { wp_dropdown_categories($cat_args); @@ -552,7 +552,7 @@ function wp_widget_categories($args) { } else { ?>