- Timestamp:
- 09/04/2012 04:29:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r21323 r21735 303 303 304 304 function single_row( $a_comment ) { 305 global $post, $comment; 305 global $comment; 306 $post = get_post(); 306 307 307 308 $comment = $a_comment; … … 326 327 327 328 function column_comment( $comment ) { 328 global $post, $comment_status; 329 global $comment_status; 330 $post = get_post(); 329 331 330 332 $user_can = $this->user_can; … … 480 482 481 483 function column_response( $comment ) { 482 global $post;484 $post = get_post(); 483 485 484 486 if ( isset( $this->pending_count[$post->ID] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.