Ticket #21721: 21721.diff
File 21721.diff, 3.3 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/content-image.php
15 15 16 16 <footer class="entry-meta"> 17 17 <h1><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 18 <h2><?php the_ date(); ?></h2>18 <h2><?php the_time( get_option( 'date_format' ) ); ?></h2> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-link.php
16 16 17 17 <footer class="entry-meta"> 18 18 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?> 19 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_ date(); ?></a>19 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_time( get_option( 'date_format' ) ); ?></a> 20 20 </footer><!-- .entry-meta --> 21 21 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-aside.php
18 18 19 19 <footer class="entry-meta"> 20 20 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?> 21 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_ date(); ?></a>21 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_time( get_option( 'date_format' ) ); ?></a> 22 22 </footer><!-- .entry-meta --> 23 23 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-quote.php
15 15 16 16 <footer class="entry-meta"> 17 17 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?> 18 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_ date(); ?></a>18 <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_time( get_option( 'date_format' ) ); ?></a> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post -->