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/content-page.php

    r25802 r26556  
    1111<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1212    <?php
     13        // Page thumbnail and title.
    1314        twentyfourteen_post_thumbnail();
    1415        the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' );
Note: See TracChangeset for help on using the changeset viewer.