Ticket #21722: 21722.2.diff
| File 21722.2.diff, 4.1 KB (added by , 14 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 echo get_the_date(); ?></h2>18 <h2><?php echo get_the_date(); edit_post_link( __( 'Edit', 'twentytwelve' ), ', <span class="edit-link">', '</span>' ); ?></h2> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-link.php
15 15 </div><!-- .entry-content --> 16 16 17 17 <footer class="entry-meta"> 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 echo get_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 echo get_the_date(); ?></a><?php 19 edit_post_link( __( 'Edit', 'twentytwelve' ), ', <span class="edit-link">', '</span>' ); ?> 20 20 </footer><!-- .entry-meta --> 21 21 </article><!-- #post --> -
wp-content/themes/twentytwelve/style.css
880 880 line-height: 1.846153846; 881 881 color: #777; 882 882 } 883 footer .edit-link {884 margin: 24px 0;885 margin: 1.714285714rem 0;886 }887 883 888 884 889 885 /* =Archives -
wp-content/themes/twentytwelve/content-aside.php
17 17 </div><!-- .aside --> 18 18 19 19 <footer class="entry-meta"> 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 echo get_the_date(); ?></a>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><?php 21 edit_post_link( __( 'Edit', 'twentytwelve' ), ', <span class="edit-link">', '</span>' ); ?> 22 22 </footer><!-- .entry-meta --> 23 23 </article><!-- #post --> -
wp-content/themes/twentytwelve/content-quote.php
14 14 </div><!-- .entry-content --> 15 15 16 16 <footer class="entry-meta"> 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 echo get_the_date(); ?></a>17 <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><?php 18 edit_post_link( __( 'Edit', 'twentytwelve' ), ', <span class="edit-link">', '</span>' ); ?> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post -->