Changeset 3363
- Timestamp:
- 06/14/2016 09:55:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
r3045 r3363 283 283 284 284 $lead_organizer = $this->get_user_or_current_user( $meta['WordPress.org Username'][0] ); 285 286 activate_plugins( array(287 'camptix/camptix.php',288 'wc-fonts/wc-fonts.php'289 ) ); // Note: this may not be safe to do with every plugin, especially if it has activation callbacks. Make sure you test any new ones that are added.290 285 291 286 switch_theme( 'twentythirteen' );
Note: See TracChangeset
for help on using the changeset viewer.