- Timestamp:
- 07/14/2015 05:46:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r33155 r33270 463 463 global $comment_status; 464 464 465 if ( $primary !== $column_name ) { 466 return ''; 467 } 468 465 469 if ( ! $this->user_can ) { 466 470 return; 467 }468 469 if ( $primary !== $column_name ) {470 return '';471 471 } 472 472
Note: See TracChangeset
for help on using the changeset viewer.