- Timestamp:
- 05/30/2014 04:58:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r28500 r28629 520 520 } 521 521 522 public function column_date( $comment) {522 public function column_date() { 523 523 return get_comment_date( __( 'Y/m/d \a\t g:ia' ) ); 524 524 } 525 525 526 public function column_response( $comment) {526 public function column_response() { 527 527 $post = get_post(); 528 528
Note: See TracChangeset
for help on using the changeset viewer.