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/image.php

    r26227 r26556  
    88 */
    99
     10// Retrieve attachment metadata.
    1011$metadata = wp_get_attachment_metadata();
    1112
     
    1617        <div id="content" class="site-content" role="main">
    1718
    18         <?php while ( have_posts() ) : the_post(); ?>
    19 
     19    <?php
     20        // Start the Loop.
     21        while ( have_posts() ) : the_post();
     22    ?>
    2023            <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    2124                <header class="entry-header">
Note: See TracChangeset for help on using the changeset viewer.