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

    r25627 r25746  
    1919            </div><!-- #comments -->
    2020<?php
    21         /**
     21        /*
    2222         * Stop the rest of comments.php from being processed,
    2323         * 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 twentyten_comment() to format the comments.
     
    6666
    6767    <?php
    68     /**
     68    /*
    6969     * If there are no comments and comments are closed, let's leave a little note, shall we?
    7070     * 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.