Changeset 6323
- Timestamp:
- 09/11/2012 04:58:24 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-legacy/buddypress-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-legacy/buddypress-functions.php
r6284 r6323 46 46 */ 47 47 public function __construct() { 48 49 // Bail if parent/child themes are bp-default 50 if ( in_array( 'bp-default', array( get_template(), get_stylesheet() ) ) ) 51 return; 52 48 53 $this->setup_globals(); 49 54 $this->setup_actions();
Note: See TracChangeset
for help on using the changeset viewer.