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

    r17340 r25627  
    11<?php
    22/**
    3  * The Template for displaying all single posts.
     3 * Template for displaying all single posts
    44 *
    55 * @package WordPress
     
    1414
    1515            <?php
    16             /* Run the loop to output the post.
     16            /**
     17             * Run the loop to output the post.
    1718             * If you want to overload this in a child theme then include a file
    1819             * called loop-single.php and that will be used instead.
Note: See TracChangeset for help on using the changeset viewer.