Changeset 25627 for trunk/src/wp-content/themes/twentyten/sidebar.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/sidebar.php
r16480 r25627 1 1 <?php 2 2 /** 3 * The Sidebar containing the primary and secondary widget areas.3 * Sidebar template containing the primary and secondary widget areas 4 4 * 5 5 * @package WordPress … … 13 13 14 14 <?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 16 17 * the widgets for that widget area. If it instead returns false, 17 18 * then the sidebar simply doesn't exist, so we'll hard-code in
Note: See TracChangeset
for help on using the changeset viewer.