Make WordPress Core


Ignore:
Timestamp:
12/03/2013 05:05:53 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: update comment blocks to match inline docs standards. Props DrewAPicture, see #25837.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/featured-content.php

    r26019 r26556  
    1212    <div class="featured-content-inner">
    1313    <?php
     14        /**
     15         * Fires before the Twenty Fourteen featured content.
     16         *
     17         * @since Twenty Fourteen 1.0
     18         */
    1419        do_action( 'twentyfourteen_featured_posts_before' );
    1520
     
    1823            setup_postdata( $post );
    1924
     25             // Include the featured content template.
    2026            get_template_part( 'content', 'featured-post' );
    2127        endforeach;
    2228
     29        /**
     30         * Fires after the Twenty Fourteen featured content.
     31         *
     32         * @since Twenty Fourteen 1.0
     33         */
    2334        do_action( 'twentyfourteen_featured_posts_after' );
    2435
Note: See TracChangeset for help on using the changeset viewer.