Make WordPress Core


Ignore:
Timestamp:
09/25/2013 05:03:34 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Ten: update code comments to reflect WP inline docs standards. Props DrewAPicture, closes #25256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/loop.php

    r24131 r25627  
    11<?php
    22/**
    3  * The loop that displays posts.
     3 * The loop that displays posts
    44 *
    55 * The loop displays the posts and the post content. See
     
    4040
    4141<?php
    42     /* Start the Loop.
     42    /**
     43     * Start the Loop.
    4344     *
    4445     * In Twenty Ten we use the same loop in multiple contexts.
     
    5354     *
    5455     * Without further ado, the loop:
    55      */ ?>
     56     */
     57?>
    5658<?php while ( have_posts() ) : the_post(); ?>
    5759
Note: See TracChangeset for help on using the changeset viewer.