Make WordPress Core


Ignore:
Timestamp:
10/09/2013 08:38:26 PM (11 years ago)
Author:
nacin
Message:

Default themes: Don't use / docblocks for simple multiline comments.

props DrewAPicture, ericlewis.
fixes #25256.

File:
1 edited

Legend:

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

    r25625 r25746  
    1818    </div><!-- #comments -->
    1919    <?php
    20             /**
     20            /*
    2121             * Stop the rest of comments.php from being processed,
    2222             * but don't kill the script entirely -- we still have
     
    4747        <ol class="commentlist">
    4848            <?php
    49                 /**
     49                /*
    5050                 * Loop through and list the comments. Tell wp_list_comments()
    5151                 * to use twentyeleven_comment() to format the comments.
     
    6767
    6868        <?php
    69         /**
     69        /*
    7070         * If there are no comments and comments are closed, let's leave a little note, shall we?
    7171         * But we only want the note on posts and pages that had comments in the first place.
Note: See TracChangeset for help on using the changeset viewer.