Changeset 33986
- Timestamp:
- 09/10/2015 03:11:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r33964 r33986 449 449 $the_comment_class = join( ' ', get_comment_class( $the_comment_class, $comment, $comment->comment_post_ID ) ); 450 450 451 $post = get_post( $comment->comment_post_ID ); 452 451 if ( $comment->comment_post_ID > 0 ) { 452 $post = get_post( $comment->comment_post_ID ); 453 } 453 454 $this->user_can = current_user_can( 'edit_comment', $comment->comment_ID ); 454 455 … … 456 457 $this->single_row_columns( $comment ); 457 458 echo "</tr>\n"; 459 460 $post = null; 458 461 } 459 462
Note: See TracChangeset
for help on using the changeset viewer.