Changeset 45932 for trunk/src/wp-content/themes/twentythirteen/image.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/image.php
r45609 r45932 27 27 <div class="entry-meta"> 28 28 <?php 29 /* translators: 1: date, 2: date, 3, parent permalink, 4, post title, 5: post title*/29 /* translators: 1: Date, 2: Date, 3, Parent permalink, 4, Post title, 5: Post title. */ 30 30 $published_text = __( '<span class="attachment-meta">Published on <time class="entry-date" datetime="%1$s">%2$s</time> in <a href="%3$s" title="Return to %4$s" rel="gallery">%5$s</a></span>', 'twentythirteen' ); 31 31 $post_title = get_the_title( $post->post_parent );
Note: See TracChangeset
for help on using the changeset viewer.