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

    r22621 r25627  
    11<?php
    22/**
    3  * The template for displaying Comments.
     3 * Template for displaying Comments
    44 *
    55 * The area of the page that contains both current comments
     
    1919            </div><!-- #comments -->
    2020<?php
    21         /* Stop the rest of comments.php from being processed,
     21        /**
     22         * Stop the rest of comments.php from being processed,
    2223         * but don't kill the script entirely -- we still have
    2324         * to fully load the template.
     
    4647            <ol class="commentlist">
    4748                <?php
    48                     /* Loop through and list the comments. Tell wp_list_comments()
     49                    /**
     50                     * Loop through and list the comments. Tell wp_list_comments()
    4951                     * to use twentyten_comment() to format the comments.
    5052                     * If you want to overload this in a child theme then you can
     
    6466
    6567    <?php
    66     /* If there are no comments and comments are closed, let's leave a little note, shall we?
     68    /**
     69     * If there are no comments and comments are closed, let's leave a little note, shall we?
    6770     * But we only want the note on posts and pages that had comments in the first place.
    6871     */
Note: See TracChangeset for help on using the changeset viewer.