Changeset 19684 for trunk/wp-includes/category-template.php
- Timestamp:
- 01/05/2012 08:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r19679 r19684 213 213 } 214 214 215 216 215 /** 217 216 * Check if the current post in within any of the given categories. … … 370 369 $output .= walk_category_dropdown_tree( $categories, $depth, $r ); 371 370 } 371 372 372 if ( ! $r['hide_if_empty'] || ! empty($categories) ) 373 373 $output .= "</select>\n"; 374 375 374 376 375 $output = apply_filters( 'wp_dropdown_cats', $output ); … … 582 581 } 583 582 584 585 583 /** 586 584 * Generates a tag cloud (heatmap) from provided data. … … 1154 1152 } 1155 1153 1156 1157 1154 /** 1158 1155 * Check if the current post has any of given category.
Note: See TracChangeset
for help on using the changeset viewer.