Changeset 14549 for trunk/wp-content/themes/twentyten/sidebar.php
- Timestamp:
- 05/10/2010 09:10:12 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
r13885 r14549 9 9 ?> 10 10 11 <div id="primary" class="widget-area" >11 <div id="primary" class="widget-area" role="complementary"> 12 12 <ul class="xoxo"> 13 13 <?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : // begin primary widget area ?> … … 36 36 37 37 <?php if ( is_active_sidebar( 'secondary-widget-area' ) ) : // Nothing here by default and design ?> 38 <div id="secondary" class="widget-area" >38 <div id="secondary" class="widget-area" role="complementary"> 39 39 <ul class="xoxo"> 40 40 <?php dynamic_sidebar( 'secondary-widget-area' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.