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

    r25627 r25746  
    1414
    1515<?php
    16     /**
     16    /*
    1717     * Queue the first post, that way we know who
    1818     * the author is when we try to get their name,
     
    5252
    5353<?php
    54     /**
     54    /*
    5555     * Since we called the_post() above, we need to
    5656     * rewind the loop back to the beginning that way
     
    5959    rewind_posts();
    6060
    61     /**
     61    /*
    6262     * Run the loop for the author archive page to output the authors posts
    6363     * If you want to overload this in a child theme then include a file
Note: See TracChangeset for help on using the changeset viewer.