Ticket #21722: 21722.diff
| File 21722.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 the_date(); ?></h2>18 <h2><?php 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 the_date(); ?></a>20 </footer><!-- .entry-meta -->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><?php 19 edit_post_link( __( 'Edit', 'twentytwelve' ), ', <span class="edit-link">', '</span>' ); ?> 20 </footer><!-- .entry-meta --> 21 21 </article><!-- #post --> -
wp-content/themes/twentytwelve/style.css
878 878 line-height: 1.846153846; 879 879 color: #777; 880 880 } 881 footer .edit-link {882 margin: 24px 0;883 margin: 1.714285714rem 0;884 }885 881 886 887 882 /* =Archives 888 883 -------------------------------------------------------------- */ 889 884 -
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 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 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 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 the_date(); ?></a><?php 18 edit_post_link( __( 'Edit', 'twentytwelve' ), ', <span class="edit-link">', '</span>' ); ?> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post -->