Make WordPress Core

Ticket #21539: 21539.patch

File 21539.patch, 468 bytes (added by StephenCronin, 12 years ago)

Patch for ticket #21539

  • wp-admin/includes/class-wp-terms-list-table.php

     
    276276        }
    277277
    278278        function column_description( $tag ) {
    279                 return $tag->description;
     279                return apply_filters( 'category_description', $tag->description );
    280280        }
    281281
    282282        function column_slug( $tag ) {