Skip to content
This repository was archived by the owner on May 23, 2018. It is now read-only.

Commit f58ea91

Browse files
committed
Use aside for outer wrappers where widgets go. See #355
1 parent 3808e4a commit f58ea91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sidebar-content-bottom.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// If we get this far, we have widgets. Let's do this.
1515
?>
16-
<div id="content-bottom-widgets" class="content-bottom-widgets" role="complementary">
16+
<aside id="content-bottom-widgets" class="content-bottom-widgets" role="complementary">
1717
<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
1818
<div class="widget-area">
1919
<?php dynamic_sidebar( 'sidebar-2' ); ?>
@@ -25,4 +25,4 @@
2525
<?php dynamic_sidebar( 'sidebar-3' ); ?>
2626
</div><!-- .widget-area -->
2727
<?php endif; ?>
28-
</div><!-- .content-bottom-widgets -->
28+
</aside><!-- .content-bottom-widgets -->

sidebar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
?>
1010

1111
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
12-
<div id="secondary" class="sidebar widget-area" role="complementary">
12+
<aside id="secondary" class="sidebar widget-area" role="complementary">
1313
<?php dynamic_sidebar( 'sidebar-1' ); ?>
14-
</div><!-- .sidebar .widget-area -->
14+
</aside><!-- .sidebar .widget-area -->
1515
<?php endif; ?>

0 commit comments

Comments
 (0)