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

    r25627 r25746  
    1919
    2020<?php
    21     /**
     21    /*
    2222     * Queue the first post, that way we know
    2323     * what date we're dealing with (if that is the case).
     
    4343
    4444<?php
    45     /**
     45    /*
    4646     * Since we called the_post() above, we need to
    4747     * rewind the loop back to the beginning that way
     
    5050    rewind_posts();
    5151
    52     /**
     52    /*
    5353     * Run the loop for the archives page to output the posts.
    5454     * If you want to overload this in a child theme then include a file
Note: See TracChangeset for help on using the changeset viewer.