Changeset 5683 for trunk/bp-core/admin/bp-core-update.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-update.php
r5659 r5683 89 89 90 90 function add_steps() { 91 global $wp_rewrite;92 91 93 92 // Setup wizard steps … … 1171 1170 1172 1171 function setup_pages( $pages ) { 1172 1173 $bp_pages = array(); 1174 1173 1175 foreach ( $pages as $key => $value ) { 1174 1176 if ( 'page' == $value ) { … … 1214 1216 1215 1217 function bp_core_install( $active_components = false ) { 1216 global $wpdb;1217 1218 1218 1219 if ( empty( $active_components ) ) … … 1250 1251 1251 1252 function bp_core_update( $disabled ) { 1252 global $wpdb;1253 1254 1253 require( dirname( __FILE__ ) . '/bp-core-schema.php' ); 1255 1254 }
Note: See TracChangeset
for help on using the changeset viewer.