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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-11-13 20:58:39 +00:00
parent e875f0f5da
commit 68981ccac4
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) ) );