Make WordPress Core


Ignore:
Timestamp:
09/25/2013 04:49:36 PM (12 years ago)
Author:
lancewillett
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/comments.php

    r22616 r25625  
    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
     
    1818    </div><!-- #comments -->
    1919    <?php
    20             /* Stop the rest of comments.php from being processed,
     20            /**
     21             * Stop the rest of comments.php from being processed,
    2122             * but don't kill the script entirely -- we still have
    2223             * 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 twentyeleven_comment() to format the comments.
    5052                 * If you want to overload this in a child theme then you can
     
    6567
    6668        <?php
    67         /* If there are no comments and comments are closed, let's leave a little note, shall we?
     69        /**
     70         * If there are no comments and comments are closed, let's leave a little note, shall we?
    6871         * But we only want the note on posts and pages that had comments in the first place.
    6972         */
Note: See TracChangeset for help on using the changeset viewer.