Make WordPress Core


Ignore:
Timestamp:
09/25/2013 05:03:34 PM (13 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/index.php

    r16480 r25627  
    11<?php
    22/**
    3  * The main template file.
     3 * Main template file
    44 *
    55 * This is the most generic template file in a WordPress theme
     
    2020
    2121                        <?php
    22                         /* Run the loop to output the posts.
     22                        /**
     23                         * Run the loop to output the posts.
    2324                         * If you want to overload this in a child theme then include a file
    2425                         * called loop-index.php and that will be used instead.
Note: See TracChangeset for help on using the changeset viewer.