Changeset 1408 for trunk/bp-core.php
- Timestamp:
- 04/27/2009 02:20:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1393 r1408 9 9 define( 'BP_PLUGIN_URL', WP_PLUGIN_URL . '/buddypress' ); 10 10 11 /* Place your custom code (actions/filters) in a file called bp-custom.php and it will be loaded before anything else. */12 if ( file_exists( BP_PLUGIN_DIR . '/bp-custom.php' ) )13 require( BP_PLUGIN_DIR . '/bp-custom.php' );11 /* Place your custom code (actions/filters) in a file called /plugins/bp-custom.php and it will be loaded before anything else. */ 12 if ( file_exists( WP_PLUGIN_DIR . '/bp-custom.php' ) ) 13 require( WP_PLUGIN_DIR . '/bp-custom.php' ); 14 14 15 15 /* Define on which blog ID BuddyPress should run */
Note: See TracChangeset
for help on using the changeset viewer.