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