Changeset 49539 for trunk/src/wp-content/themes/twentythirteen/image.php
- Timestamp:
- 11/09/2020 10:51:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/image.php
r47122 r49539 28 28 <?php 29 29 /* translators: 1: Date, 2: Date, 3, Parent permalink, 4, Post title, 5: Post title. */ 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=" Returnto %4$s" rel="gallery">%5$s</a></span>', 'twentythirteen' );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="Go to %4$s" rel="gallery">%5$s</a></span>', 'twentythirteen' ); 31 31 $post_title = get_the_title( $post->post_parent ); 32 32 if ( empty( $post_title ) || 0 == $post->post_parent ) {
Note: See TracChangeset
for help on using the changeset viewer.