Changeset 3944
- Timestamp:
- 01/27/2011 05:49:50 AM (15 years ago)
- Location:
- trunk/bp-core
- Files:
-
- 2 edited
-
bp-core-bootstrap.php (modified) (1 diff)
-
bp-core-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-bootstrap.php
r3931 r3944 1 1 <?php 2 3 // Setup the BuddyPress theme directory 4 register_theme_directory( WP_PLUGIN_DIR . '/buddypress/bp-themes' ); 2 5 3 6 // Test to see whether this is a new installation or an upgraded version of BuddyPress -
trunk/bp-core/bp-core-loader.php
r3917 r3944 36 36 function _setup_globals() { 37 37 global $bp, $bp_pages; 38 39 // Setup the BuddyPress theme directory40 register_theme_directory( WP_PLUGIN_DIR . '/buddypress/bp-themes' );41 38 42 39 // Get the base database prefix
Note: See TracChangeset
for help on using the changeset viewer.