- Timestamp:
- 05/11/2014 12:04:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r27089 r28360 243 243 244 244 function single_row( $tag, $level = 0 ) { 245 global $taxonomy; 246 $tag = sanitize_term( $tag, $taxonomy ); 247 245 248 static $row_class = ''; 246 249 $row_class = ( $row_class == '' ? ' class="alternate"' : '' );
Note: See TracChangeset
for help on using the changeset viewer.