Changeset 28360
- Timestamp:
- 05/11/2014 12:04:38 AM (12 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.