Make WordPress Core


Ignore:
Timestamp:
09/25/2013 04:49:36 PM (11 years ago)
Author:
lancewillett
Message:

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

File:
1 edited

Legend:

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

    r17959 r25625  
    11<?php
    22/**
    3  * The template for displaying Search Results pages.
     3 * Template for displaying Search Results pages
    44 *
    55 * @package WordPress
     
    2525
    2626                    <?php
    27                         /* Include the Post-Format-specific template for the content.
     27                        /**
     28                         * Include the Post-Format-specific template for the content.
    2829                         * If you want to overload this in a child theme then include a file
    29                          * called content-___.php (where ___ is the Post Format name) and that will be used instead.
     30                         * called content-___.php (where ___ is the Post Format name) and that
     31                         * will be used instead.
    3032                         */
    3133                        get_template_part( 'content', get_post_format() );
Note: See TracChangeset for help on using the changeset viewer.