- Timestamp:
- 11/13/2010 08:58:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r16355 r16356 337 337 echo '<div id="submitted-on">'; 338 338 /* 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, 340 340 /* translators: comment date format. See http://php.net/date */ get_comment_date( __( 'Y/m/d' ) ), 341 341 /* 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.