- Timestamp:
- 12/03/2013 05:05:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/featured-content.php
r26019 r26556 12 12 <div class="featured-content-inner"> 13 13 <?php 14 /** 15 * Fires before the Twenty Fourteen featured content. 16 * 17 * @since Twenty Fourteen 1.0 18 */ 14 19 do_action( 'twentyfourteen_featured_posts_before' ); 15 20 … … 18 23 setup_postdata( $post ); 19 24 25 // Include the featured content template. 20 26 get_template_part( 'content', 'featured-post' ); 21 27 endforeach; 22 28 29 /** 30 * Fires after the Twenty Fourteen featured content. 31 * 32 * @since Twenty Fourteen 1.0 33 */ 23 34 do_action( 'twentyfourteen_featured_posts_after' ); 24 35
Note: See TracChangeset
for help on using the changeset viewer.