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

    r25625 r25746  
    1616
    1717                <?php
    18                     /**
     18                    /*
    1919                     * Queue the first post, that way we know what author
    2020                     * we're dealing with (if that is the case).
     
    3131
    3232                <?php
    33                     /**
     33                    /*
    3434                     * Since we called the_post() above, we need to
    3535                     * rewind the loop back to the beginning that way
     
    6868
    6969                    <?php
    70                         /**
     70                        /*
    7171                         * Include the Post-Format-specific template for the content.
    7272                         * If you want to overload this in a child theme then include a file
Note: See TracChangeset for help on using the changeset viewer.