Changes between Initial Version and Version 1 of Ticket #21539, comment 3
- Timestamp:
- 08/10/2012 03:12:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21539, comment 3
initial v1 8 8 9 9 foreach ( $terms as $key => $term ) 10 $terms[ $key ]->description = apply_filters( 'category_description', $term->description );10 $terms[ $key ]->description = apply_filters( 'category_description', $term->description, $term ); 11 11 12 12 return $terms;