Make WordPress Core

Ticket #16864: 16864.2.diff

File 16864.2.diff, 493 bytes (added by c3mdigital, 12 years ago)

Refresh of original patch

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

     
    219219        }
    220220
    221221        function single_row( $tag, $level = 0 ) {
     222                global $taxonomy;
     223                $tag = sanitize_term( $tag, $taxonomy );
     224               
    222225                static $row_class = '';
    223226                $row_class = ( $row_class == '' ? ' class="alternate"' : '' );
    224227