Changeset 2379 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/comments.php
- Timestamp:
- 01/27/2016 07:11:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/comments.php
r2376 r2379 15 15 <?php comment_text() ?> 16 16 <p><cite><?php printf( 17 _x( '%1$s from %2$s on %3$s', '{comment type} from {comment author link} on {comment date}', 'wporg-showcase' ), 17 /* translators: 1: comment type, 2: comment author link, 3: comment date */ 18 __( '%1$s from %2$s on %3$s', 'wporg-showcase' ), 18 19 comment_type( __( 'Comment', 'wporg-showcase' ), __( 'Trackback', 'wporg-showcase' ), __( 'Pingback', 'wporg-showcase' ) ), 19 20 comment_author_link(),
Note: See TracChangeset
for help on using the changeset viewer.