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

    r16480 r25627  
    11<?php
    22/**
    3  * The Sidebar containing the primary and secondary widget areas.
     3 * Sidebar template containing the primary and secondary widget areas
    44 *
    55 * @package WordPress
     
    1313
    1414<?php
    15     /* When we call the dynamic_sidebar() function, it'll spit out
     15    /**
     16     * When we call the dynamic_sidebar() function, it'll spit out
    1617     * the widgets for that widget area. If it instead returns false,
    1718     * then the sidebar simply doesn't exist, so we'll hard-code in
Note: See TracChangeset for help on using the changeset viewer.