- Timestamp:
- 11/19/2014 08:27:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/content-link.php
r30314 r30394 1 1 <?php 2 2 /** 3 * The template for displaying link post formats .3 * The template for displaying link post formats 4 4 * 5 5 * Used for both single and index/archive/search. … … 46 46 47 47 <?php 48 // Author bio. 48 49 if ( is_single() && get_the_author_meta( 'description' ) ) : 49 50 get_template_part( 'author-bio' ); … … 56 57 </footer> 57 58 <!-- .entry-footer --> 59 58 60 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.