Changeset 32736
- Timestamp:
- 06/12/2015 06:38:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r32660 r32736 575 575 576 576 /** 577 *578 * @global string $comment_status579 *580 577 * @param object $comment 581 578 */ 582 579 public function column_comment( $comment ) { 583 global $comment_status;584 $post = get_post();585 586 580 $comment_url = esc_url( get_comment_link( $comment->comment_ID ) ); 587 $the_comment_status = wp_get_comment_status( $comment->comment_ID );588 581 589 582 echo '<div class="comment-author">';
Note: See TracChangeset
for help on using the changeset viewer.