Changeset 5683 for trunk/bp-core/admin/bp-core-components.php
- Timestamp:
- 02/09/2012 09:38:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-components.php
r5524 r5683 211 211 * @since BuddyPress (1.6) 212 212 * @todo Use settings API 213 * @global WPDB $wpdb214 213 * @global BuddyPress $bp 215 214 * @return false On failure 216 215 */ 217 216 function bp_core_admin_components_settings_handler() { 218 global $ wpdb, $bp;217 global $bp; 219 218 220 219 if ( isset( $_POST['bp-admin-component-submit'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.