Changeset 18599
- Timestamp:
- 08/25/2011 08:05:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r18595 r18599 303 303 304 304 function single_row( $a_comment ) { 305 global $post, $comment , $the_comment_status;305 global $post, $comment; 306 306 307 307 $comment = $a_comment; … … 323 323 324 324 function column_comment( $comment ) { 325 global $post, $comment_status , $the_comment_status;325 global $post, $comment_status; 326 326 327 327 $user_can = $this->user_can; 328 328 329 329 $comment_url = esc_url( get_comment_link( $comment->comment_ID ) ); 330 $the_comment_status = wp_get_comment_status( $comment->comment_ID ); 330 331 331 332 $ptime = date( 'G', strtotime( $comment->comment_date ) );
Note: See TracChangeset
for help on using the changeset viewer.