Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/26/2012 08:05:31 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat:

  • Prefix the bbp-default container and content div ID's with 'bbp-'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/bbp-default/bbpress-functions.php

    r4231 r4269  
    111111        ?>
    112112
    113                 <div id="container">
    114                         <div id="content" role="main">
     113                <div id="bbp-container">
     114                        <div id="bbp-content" role="main">
    115115
    116116        <?php
     
    126126        ?>
    127127
    128                         </div><!-- #content -->
    129                 </div><!-- #container -->
     128                        </div><!-- #bbp-content -->
     129                </div><!-- #bbp-container -->
    130130
    131131        <?php
Note: See TracChangeset for help on using the changeset viewer.