Changeset 21723
- Timestamp:
- 09/04/2012 04:17:49 AM (14 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 5 edited
-
content-aside.php (modified) (1 diff)
-
content-image.php (modified) (1 diff)
-
content-link.php (modified) (1 diff)
-
content-quote.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/content-aside.php
r21670 r21723 18 18 19 19 <footer class="entry-meta"> 20 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>21 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> 21 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 22 22 </footer><!-- .entry-meta --> 23 23 </article><!-- #post --> -
trunk/wp-content/themes/twentytwelve/content-image.php
r21675 r21723 18 18 <h1><?php the_title(); ?></h1> 19 19 <h2><time class="entry-date" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>" pubdate><?php echo get_the_date(); ?></time></h2> 20 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 20 21 </a> 21 22 </footer><!-- .entry-meta --> -
trunk/wp-content/themes/twentytwelve/content-link.php
r21670 r21723 16 16 17 17 <footer class="entry-meta"> 18 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>19 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> 19 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 20 20 </footer><!-- .entry-meta --> 21 21 </article><!-- #post --> -
trunk/wp-content/themes/twentytwelve/content-quote.php
r21670 r21723 15 15 16 16 <footer class="entry-meta"> 17 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<div class="edit-link">', '</div>' ); ?>18 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> 18 <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?> 19 19 </footer><!-- .entry-meta --> 20 20 </article><!-- #post --> -
trunk/wp-content/themes/twentytwelve/style.css
r21721 r21723 877 877 color: #777; 878 878 } 879 footer .edit-link {880 margin: 24px 0;881 margin: 1.714285714rem 0;882 }883 879 884 880
Note: See TracChangeset
for help on using the changeset viewer.