mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-28 08:24:30 +00:00
Add back 'Submitted on ' text. Props zeo. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -336,7 +336,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
|
||||
echo '<div id="submitted-on">';
|
||||
/* translators: 2: comment date, 3: comment time */
|
||||
printf( __( '<a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
|
||||
printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
|
||||
/* translators: comment date format. See http://php.net/date */ get_comment_date( __( 'Y/m/d' ) ),
|
||||
/* translators: comment time format. See http://php.net/date */ get_comment_date( get_option( 'time_format' ) ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user