Changeset 13128 for trunk/wp-content/themes/twentyten/sidebar.php
- Timestamp:
- 02/14/2010 01:00:22 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/sidebar.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/sidebar.php
r13025 r13128 7 7 8 8 <li id="archives" class="widget-container"> 9 <h3 class="widget-title"><?php _e( 'Archives', 'twentyten')?></h3>9 <h3 class="widget-title"><?php _e( 'Archives', 'twentyten' ); ?></h3> 10 10 <ul> 11 <?php wp_get_archives('type=monthly')?>11 <?php wp_get_archives( 'type=monthly' ); ?> 12 12 </ul> 13 13 </li> 14 14 15 15 <li id="meta" class="widget-container"> 16 <h3 class="widget-title"><?php _e( 'Meta', 'twentyten')?></h3>16 <h3 class="widget-title"><?php _e( 'Meta', 'twentyten' ); ?></h3> 17 17 <ul> 18 <?php wp_register() ?> 19 20 <li><?php wp_loginout() ?></li> 21 <?php wp_meta() ?> 22 18 <?php wp_register(); ?> 19 <li><?php wp_loginout(); ?></li> 20 <?php wp_meta(); ?> 23 21 </ul> 24 22 </li> 25 <?php endif; // end primary widget area ?>23 <?php endif; // end primary widget area ?> 26 24 </ul> 27 25 </div><!-- #primary .widget-area --> … … 30 28 <div id="secondary" class="widget-area"> 31 29 <ul class="xoxo"> 32 <?php dynamic_sidebar( 'secondary-widget-area'); ?>30 <?php dynamic_sidebar( 'secondary-widget-area' ); ?> 33 31 </ul> 34 32 </div><!-- #secondary .widget-area -->
Note: See TracChangeset
for help on using the changeset viewer.