mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 07:35:39 +01:00
Remove obsolete translator comment. props zeo. fixes #24464.
git-svn-id: http://core.svn.wordpress.org/trunk@24505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
98d6c31f84
commit
2ebbe00b55
@ -354,8 +354,10 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||||||
echo '<div class="submitted-on">';
|
echo '<div class="submitted-on">';
|
||||||
/* translators: 2: comment date, 3: comment time */
|
/* translators: 2: comment date, 3: comment time */
|
||||||
printf( __( 'Submitted on <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 date format. See http://php.net/date */
|
||||||
/* translators: comment time format. See http://php.net/date */ get_comment_date( get_option( 'time_format' ) ) );
|
get_comment_date( __( 'Y/m/d' ) ),
|
||||||
|
get_comment_date( get_option( 'time_format' ) )
|
||||||
|
);
|
||||||
|
|
||||||
if ( $comment->comment_parent ) {
|
if ( $comment->comment_parent ) {
|
||||||
$parent = get_comment( $comment->comment_parent );
|
$parent = get_comment( $comment->comment_parent );
|
||||||
|
Loading…
Reference in New Issue
Block a user