Changeset 3550
- Timestamp:
- 12/22/2010 12:21:24 AM (14 years ago)
- Location:
- trunk/bp-core/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-schema.php
r3363 r3550 3 3 global $wpdb; 4 4 5 require_once( ABSPATH . 'wp-admin/ upgrade-functions.php' );5 require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); 6 6 7 7 /* BuddyPress component DB schema */ -
trunk/bp-core/admin/bp-core-upgrade.php
r3477 r3550 868 868 check_admin_referer( 'bpwizard_components' ); 869 869 870 $disabled = array(); 871 870 872 // Settings form submitted, now save the settings. 871 873 foreach ( (array)$_POST['bp_components'] as $key => $value ) {
Note: See TracChangeset
for help on using the changeset viewer.