Changeset 4600
- Timestamp:
- 12/20/2012 11:27:21 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r4585 r4600 406 406 407 407 /** 408 * Setup the default bbPress theme compat ability location.408 * Setup the default bbPress theme compatibility location. 409 409 * 410 410 * @since bbPress (r3778) -
trunk/includes/admin/admin.php
r4470 r4600 1327 1327 1328 1328 <div class="changelog"> 1329 <h3><?php _e( 'Theme Compat ability', 'bbpress' ); ?></h3>1329 <h3><?php _e( 'Theme Compatibility', 'bbpress' ); ?></h3> 1330 1330 1331 1331 <div class="feature-section"> -
trunk/includes/core/theme-compat.php
r4593 r4600 109 109 * currently active WordPress theme does not explicitly support bbPress. 110 110 * This can be filtered or set manually. Tricky theme authors can override the 111 * default and include their own bbPress compat ability layers for their themes.111 * default and include their own bbPress compatibility layers for their themes. 112 112 * 113 113 * @since bbPress (r3506) … … 123 123 * currently active WordPress theme does not explicitly support bbPress. 124 124 * This can be filtered or set manually. Tricky theme authors can override the 125 * default and include their own bbPress compat ability layers for their themes.125 * default and include their own bbPress compatibility layers for their themes. 126 126 * 127 127 * @since bbPress (r3506) … … 137 137 * currently active WordPress theme does not explicitly support bbPress. 138 138 * This can be filtered or set manually. Tricky theme authors can override the 139 * default and include their own bbPress compat ability layers for their themes.139 * default and include their own bbPress compatibility layers for their themes. 140 140 * 141 141 * @since bbPress (r3506) … … 151 151 * WordPress theme does not explicitly support bbPress. This can be filtered, 152 152 * or set manually. Tricky theme authors can override the default and include 153 * their own bbPress compat ability layers for their themes.153 * their own bbPress compatibility layers for their themes. 154 154 * 155 155 * @since bbPress (r3032) … … 165 165 * WordPress theme does not explicitly support bbPress. This can be filtered, 166 166 * or set manually. Tricky theme authors can override the default and include 167 * their own bbPress compat ability layers for their themes.167 * their own bbPress compatibility layers for their themes. 168 168 * 169 169 * @since bbPress (r3032)
Note: See TracChangeset
for help on using the changeset viewer.