
Property changes on: .
___________________________________________________________________
Added: svn:ignore
   + wp-config.php
.htaccess
sql_log.txt


Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 17191)
+++ wp-includes/taxonomy.php	(working copy)
@@ -2623,7 +2623,7 @@
 		return array();
 	$children = get_option("{$taxonomy}_children");
 
-	if ( is_array($children) )
+	if ( is_array($children) && !empty($children) )
 		return $children;
 	$children = array();
 	$terms = get_terms($taxonomy, array('get' => 'all', 'orderby' => 'id', 'fields' => 'id=>parent'));
