Ticket #21539: 21539.patch
File 21539.patch, 468 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/class-wp-terms-list-table.php
276 276 } 277 277 278 278 function column_description( $tag ) { 279 return $tag->description;279 return apply_filters( 'category_description', $tag->description ); 280 280 } 281 281 282 282 function column_slug( $tag ) {