Make WordPress Core


Ignore:
Timestamp:
10/09/2013 08:38:26 PM (13 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/twentythirteen/author.php

    r25522 r25746  
    1818
    1919                        <?php
    20                                 /**
     20                                /*
    2121                                 * Queue the first post, that way we know what author
    2222                                 * we're dealing with (if that is the case).
     
    3333
    3434                        <?php
    35                                 /**
     35                                /*
    3636                                 * Since we called the_post() above, we need to
    3737                                 * rewind the loop back to the beginning that way
Note: See TracChangeset for help on using the changeset viewer.