Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21539, comment 3


Ignore:
Timestamp:
08/10/2012 03:12:39 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21539, comment 3

    initial v1  
    88
    99        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 );
    1111
    1212        return $terms;