Changeset 13720 for trunk/wp-content/themes/twentyten/sidebar.php
- Timestamp:
- 03/16/2010 08:17:22 PM (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
r13128 r13720 1 1 <div id="primary" class="widget-area"> 2 2 <ul class="xoxo"> 3 <?php if ( ! dynamic_sidebar('primary-widget-area') ) : // begin primary widget area ?>3 <?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : // begin primary widget area ?> 4 4 <li id="search" class="widget-container widget_search"> 5 5 <?php get_search_form(); ?> … … 25 25 </div><!-- #primary .widget-area --> 26 26 27 <?php if ( is_active_sidebar( 'secondary-widget-area') ) : // Nothing here by default and design ?>27 <?php if ( is_active_sidebar( 'secondary-widget-area' ) ) : // Nothing here by default and design ?> 28 28 <div id="secondary" class="widget-area"> 29 29 <ul class="xoxo">
Note: See TracChangeset
for help on using the changeset viewer.