Changeset 2047 for branches/1.1/bp-core.php
- Timestamp:
- 10/22/2009 12:01:36 PM (16 years ago)
- File:
-
- 1 edited
-
branches/1.1/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-core.php
r2035 r2047 66 66 if ( !defined( 'BP_HOME_BLOG_SLUG' ) ) 67 67 define( 'BP_HOME_BLOG_SLUG', 'blog' ); 68 69 /* Register BuddyPress themes contained within the theme folder */ 70 if ( function_exists( 'register_theme_folder' ) ) 71 register_theme_folder( 'buddypress/bp-themes' ); 68 72 69 73
Note: See TracChangeset
for help on using the changeset viewer.