Make WordPress Core


Ignore:
Timestamp:
11/19/2014 08:27:09 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: doc cleanup, addresses removing periods from file header summaries, some spacing, loop documentation, and https instead of http.

Props DrewAPicture, MikeHansenMe, see #30149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/content-link.php

    r30314 r30394  
    11<?php
    22/**
    3  * The template for displaying link post formats.
     3 * The template for displaying link post formats
    44 *
    55 * Used for both single and index/archive/search.
     
    4646
    4747    <?php
     48        // Author bio.
    4849        if ( is_single() && get_the_author_meta( 'description' ) ) :
    4950            get_template_part( 'author-bio' );
     
    5657    </footer>
    5758    <!-- .entry-footer -->
     59
    5860</article><!-- #post-## -->
Note: See TracChangeset for help on using the changeset viewer.