diff --git a/bbPress/templates/default/bbpress-functions.php b/bbPress/templates/default/bbpress-functions.php
index 4199b33..cbd7008 100644
a
|
b
|
class BBP_Default extends BBP_Theme_Compat { |
111 | 111 | ?> |
112 | 112 | |
113 | 113 | <div id="bbp-container"> |
114 | | <div id="bbp-content" role="main"> |
| 114 | <div id="primary" class="site-content"> |
| 115 | <div id="content" role="main"> |
115 | 116 | |
116 | 117 | <?php |
117 | 118 | } |
… |
… |
class BBP_Default extends BBP_Theme_Compat { |
125 | 126 | public function after_main_content() { |
126 | 127 | ?> |
127 | 128 | |
128 | | </div><!-- #bbp-content --> |
| 129 | </div><!-- #content --> |
| 130 | </div><!-- #primary --> |
129 | 131 | </div><!-- #bbp-container --> |
130 | 132 | |
131 | 133 | <?php |