Make WordPress Core


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

    r25627 r25746  
    1616                <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
    1717                <?php
    18                 /**
     18                /*
    1919                 * Run the loop for the search to output the results.
    2020                 * If you want to overload this in a child theme then include a file
Note: See TracChangeset for help on using the changeset viewer.