Make WordPress Core

Changeset 24505


Ignore:
Timestamp:
06/23/2013 08:30:30 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove obsolete translator comment. props zeo. fixes #24464.

File:
1 edited

Legend:

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

    r24346 r24505  
    355355        /* translators: 2: comment date, 3: comment time */
    356356        printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
    357             /* translators: comment date format. See http://php.net/date */ get_comment_date( __( 'Y/m/d' ) ),
    358             /* translators: comment time format. See http://php.net/date */ get_comment_date( get_option( 'time_format' ) ) );
     357            /* translators: comment date format. See http://php.net/date */
     358            get_comment_date( __( 'Y/m/d' ) ),
     359            get_comment_date( get_option( 'time_format' ) )
     360        );
    359361
    360362        if ( $comment->comment_parent ) {
Note: See TracChangeset for help on using the changeset viewer.