- Timestamp:
- 07/09/2019 01:08:47 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/content-aside.php
r24131 r45609 7 7 * @since Twenty Twelve 1.0 8 8 */ 9 10 /* translators: %s: post title */ 11 $post_title = sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ); 9 12 ?> 10 13 … … 18 21 19 22 <footer class="entry-meta"> 20 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) )); ?>" rel="bookmark"><?php echo get_the_date(); ?></a>23 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( $post_title ); ?>" rel="bookmark"><?php echo get_the_date(); ?></a> 21 24 <?php if ( comments_open() ) : ?> 22 25 <div class="comments-link">
Note: See TracChangeset
for help on using the changeset viewer.