Make WordPress Core


Ignore:
Timestamp:
05/30/2014 04:58:36 PM (12 years ago)
Author:
wonderboymusic
Message:

Remove some dead variable assignments.

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r28500 r28629  
    520520    }
    521521
    522     public function column_date( $comment ) {
     522    public function column_date() {
    523523        return get_comment_date( __( 'Y/m/d \a\t g:ia' ) );
    524524    }
    525525
    526     public function column_response( $comment ) {
     526    public function column_response() {
    527527        $post = get_post();
    528528
Note: See TracChangeset for help on using the changeset viewer.