Make WordPress Core


Ignore:
Timestamp:
11/19/2014 08:27:09 PM (11 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-page.php

    r30314 r30394  
    11<?php
    22/**
    3  * The template used for displaying page content.
     3 * The template used for displaying page content
    44 *
    55 * @package WordPress
     
    1010
    1111<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    12     <?php twentyfifteen_post_thumbnail(); ?>
     12    <?php
     13        // Post thumbnail.
     14        twentyfifteen_post_thumbnail();
     15    ?>
    1316
    1417    <header class="entry-header">
Note: See TracChangeset for help on using the changeset viewer.