Make WordPress Core

Ticket #16864: 16864.diff

File 16864.diff, 494 bytes (added by scribu, 14 years ago)
  • wp-admin/includes/class-wp-terms-list-table.php

     
    221221        }
    222222
    223223        function single_row( $tag, $level = 0 ) {
     224                global $taxonomy;
     225
     226                $tag = sanitize_term( $tag, $taxonomy );
     227
    224228                static $row_class = '';
    225229                $row_class = ( $row_class == '' ? ' class="alternate"' : '' );
    226230