- Timestamp:
- 01/14/2015 10:13:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r31166 r31181 269 269 /** 270 270 * @global string $taxonomy 271 * @staticvar string $row_class272 271 * @param object $tag 273 272 * @param int $level … … 277 276 $tag = sanitize_term( $tag, $taxonomy ); 278 277 279 static $row_class = '';280 $row_class = ( $row_class == '' ? ' class="alternate"' : '' );281 282 278 $this->level = $level; 283 279 284 echo '<tr id="tag-' . $tag->term_id . '" ' . $row_class . '>';280 echo '<tr id="tag-' . $tag->term_id . '">'; 285 281 $this->single_row_columns( $tag ); 286 282 echo '</tr>';
Note: See TracChangeset
for help on using the changeset viewer.