Changeset 4280
- Timestamp:
- 10/03/2006 10:04:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/template-functions-category.php
r3338 r4280 319 319 $thelist = ""; 320 320 321 foreach ( $categories as $category ) {321 foreach ( (array) $categories as $category ) { 322 322 if ( ( intval($hide_empty) == 0 || $category->category_count) && (!$hierarchical || $category->category_parent == $child_of) ) { 323 323 $num_found++;
Note: See TracChangeset
for help on using the changeset viewer.