Changeset 4794 for trunk/bp-core/admin/bp-core-schema.php
- Timestamp:
- 07/22/2011 01:45:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-schema.php
r4775 r4794 1 1 <?php 2 require( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php' ); 3 2 4 3 function bp_core_set_charset() { 5 4 global $wpdb; 6 5 7 require ( ABSPATH . 'wp-admin/includes/upgrade.php' );6 require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); 8 7 9 8 /* BuddyPress component DB schema */
Note: See TracChangeset
for help on using the changeset viewer.