Changeset 9308 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-theme-compatibility.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r9001 r9308 69 69 * Set up the BuddyPress-specific theme compat methods. 70 70 * 71 * Themes shou d use this method in their constructor.71 * Themes should use this method in their constructor. 72 72 * 73 73 * @since BuddyPress (1.7.0) … … 156 156 * 157 157 * This can be filtered or set manually. Tricky theme authors can override the 158 * default and include their own BuddyPress compat ability layers for their themes.158 * default and include their own BuddyPress compatibility layers for their themes. 159 159 * 160 160 * @since BuddyPress (1.7.0) … … 172 172 * 173 173 * This can be filtered or set manually. Tricky theme authors can override the 174 * default and include their own BuddyPress compat ability layers for their themes.174 * default and include their own BuddyPress compatibility layers for their themes. 175 175 * 176 176 * @since BuddyPress (1.7.0) … … 188 188 * 189 189 * This can be filtered or set manually. Tricky theme authors can override the 190 * default and include their own BuddyPress compat ability layers for their themes.190 * default and include their own BuddyPress compatibility layers for their themes. 191 191 * 192 192 * @since BuddyPress (1.7.0) … … 204 204 * 205 205 * or set manually. Tricky theme authors can override the default and include 206 * their own BuddyPress compat ability layers for their themes.206 * their own BuddyPress compatibility layers for their themes. 207 207 * 208 208 * @since BuddyPress (1.7.0) … … 220 220 * 221 221 * This can be filtered, or set manually. Tricky theme authors can override 222 * the default and include their own BuddyPress compat ability layers for their222 * the default and include their own BuddyPress compatibility layers for their 223 223 * themes. 224 224 * … … 287 287 $theme_compat = false; 288 288 289 // Brute force check for a BP template289 // Brute-force check for a BP template 290 290 // Examples are clones of bp-default 291 291 } else if ( locate_template( 'members/members-loop.php', false, false ) ) {
Note: See TracChangeset
for help on using the changeset viewer.