From 64f77982abbbb85f2a516de8f759d8d4c953dc06 Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 24 Mar 2012 14:00:52 +0000 Subject: [PATCH] Use get_taxonomies() instead of get_object_taxonomies() in the tag cloud widget. props GautamGupta, scribu. see #20238, see #16125. git-svn-id: http://svn.automattic.com/wordpress/trunk@20285 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/default-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 8a624363d5..e4856dac68 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -1053,7 +1053,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget {