Make WordPress Core


Ignore:
Timestamp:
09/25/2013 05:03:34 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Ten: update code comments to reflect WP inline docs standards. Props DrewAPicture, closes #25256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/search.php

    r15226 r25627  
    11<?php
    22/**
    3  * The template for displaying Search Results pages.
     3 * Template for displaying Search Results pages
    44 *
    55 * @package WordPress
     
    1616                <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
    1717                <?php
    18                 /* Run the loop for the search to output the results.
     18                /**
     19                 * Run the loop for the search to output the results.
    1920                 * If you want to overload this in a child theme then include a file
    2021                 * called loop-search.php and that will be used instead.
Note: See TracChangeset for help on using the changeset viewer.