Changeset 33826
- Timestamp:
- 08/31/2015 08:41:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r33825 r33826 429 429 430 430 /** 431 *432 431 * @global WP_Post $post 433 * @global object $comment 434 * 435 * @param object $a_comment 436 */ 437 public function single_row( $a_comment ) { 438 global $post, $comment; 439 440 $comment = $a_comment; 432 * 433 * @param object $comment 434 */ 435 public function single_row( $comment ) { 436 global $post; 437 441 438 $the_comment_class = wp_get_comment_status( $comment->comment_ID ); 442 439 if ( ! $the_comment_class ) {
Note: See TracChangeset
for help on using the changeset viewer.