Changeset 1416 for trunk/bp-core.php
- Timestamp:
- 04/27/2009 03:55:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1414 r1416 29 29 30 30 /* Load the files containing functions that we globally will need. */ 31 require ( 'bp-core/bp-core-catchuri.php' );32 require ( 'bp-core/bp-core-classes.php' );33 require ( 'bp-core/bp-core-cssjs.php' );34 require ( 'bp-core/bp-core-avatars.php' );35 require ( 'bp-core/bp-core-templatetags.php' );36 require ( 'bp-core/bp-core-settings.php' );37 require ( 'bp-core/bp-core-widgets.php' );38 require ( 'bp-core/bp-core-ajax.php' );39 require ( 'bp-core/bp-core-notifications.php' );31 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php' ); 32 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-classes.php' ); 33 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-cssjs.php' ); 34 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-avatars.php' ); 35 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-templatetags.php' ); 36 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-settings.php' ); 37 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-widgets.php' ); 38 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-ajax.php' ); 39 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-notifications.php' ); 40 40 41 41 if ( !defined( 'BP_DISABLE_ADMIN_BAR') ) … … 238 238 return false; 239 239 240 require ( 'bp-core/bp-core-admin.php' );240 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-admin.php' ); 241 241 242 242 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
Note: See TracChangeset
for help on using the changeset viewer.