Changeset 24167
- Timestamp:
- 05/03/2013 04:55:32 PM (11 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-chat.php
r24131 r24167 28 28 <?php twentythirteen_entry_meta(); ?> 29 29 <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?> 30 31 <?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>32 <?php get_template_part( 'author-bio' ); ?>33 <?php endif; ?>34 30 </footer><!-- .entry-meta --> 35 31 </article><!-- #post --> -
trunk/wp-content/themes/twentythirteen/content-quote.php
r23680 r24167 24 24 <?php endif; // comments_open() ?> 25 25 <?php edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?> 26 27 <?php if ( is_single() && get_the_author_meta( 'description' ) && is_multi_author() ) : ?>28 <?php get_template_part( 'author-bio' ); ?>29 <?php endif; ?>30 26 </footer><!-- .entry-meta --> 31 27 </article><!-- #post --> -
trunk/wp-content/themes/twentythirteen/style.css
r24159 r24167 2110 2110 } 2111 2111 2112 .single-format-status .author-description, 2113 .single-format-quote .author-description { 2112 .single-format-status .author-description { 2114 2113 color: #f7f5e7; 2115 2114 }
Note: See TracChangeset
for help on using the changeset viewer.