Ticket #16864: 16864.2.diff
File 16864.2.diff, 493 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/class-wp-terms-list-table.php
219 219 } 220 220 221 221 function single_row( $tag, $level = 0 ) { 222 global $taxonomy; 223 $tag = sanitize_term( $tag, $taxonomy ); 224 222 225 static $row_class = ''; 223 226 $row_class = ( $row_class == '' ? ' class="alternate"' : '' ); 224 227