Make WordPress Core


Ignore:
Timestamp:
11/13/2010 08:58:39 PM (14 years ago)
Author:
scribu
Message:

Add back 'Submitted on ' text. Props zeo. See #14579

File:
1 edited

Legend:

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

    r16355 r16356  
    337337        echo '<div id="submitted-on">';
    338338        /* translators: 2: comment date, 3: comment time */
    339         printf( __( '<a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
     339        printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
    340340            /* translators: comment date format. See http://php.net/date */ get_comment_date( __( 'Y/m/d' ) ),
    341341            /* translators: comment time format. See http://php.net/date */ get_comment_date( get_option( 'time_format' ) ) );
Note: See TracChangeset for help on using the changeset viewer.