- Timestamp:
- 06/10/2015 01:45:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r32694 r32717 411 411 if ( $primary === $column_name ) { 412 412 $classes .= ' has-row-actions column-primary'; 413 } 414 if ( 'posts' === $column_name ) { 415 $classes .= ' num'; // Special case for that column 413 416 } 414 417 … … 438 441 break; 439 442 case 'posts': 440 $attributes = 'class="posts column-posts num"' . $style;441 443 if ( $numposts > 0 ) { 442 444 $r .= "<a href='edit.php?author=$user_object->ID' class='edit'>";
Note: See TracChangeset
for help on using the changeset viewer.