Changeset 5524 for trunk/bp-core/admin/bp-core-update.php
- Timestamp:
- 12/12/2011 02:33:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r5441 r5524 395 395 return false; 396 396 397 if ( !function_exists( 'bp_core_admin_component _options' ) )398 require ( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core- admin.php' ); ?>397 if ( !function_exists( 'bp_core_admin_components_options' ) ) 398 require ( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-components.php' ); ?> 399 399 400 400 <p><?php _e( "BuddyPress bundles several individual social components together, each one adding a distinct feature. This first step decides which features are enabled on your site; all features are enabled by default. Don't worry, you can change your mind at any point in the future.", 'buddypress' ); ?></p> 401 401 402 <?php bp_core_admin_component _options(); ?>402 <?php bp_core_admin_components_options(); ?> 403 403 404 404 <div class="submit clear">
Note: See TracChangeset
for help on using the changeset viewer.