Changeset 7297 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/bootstrap.php
- Timestamp:
- 06/13/2018 12:00:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/bootstrap.php
r1302 r7297 16 16 require_once( __DIR__ . '/classes/mes-sponsor.php' ); 17 17 require_once( __DIR__ . '/classes/mes-sponsorship-level.php' ); 18 require_once( __DIR__ . '/classes/mes-privacy.php' ); 18 19 19 20 $GLOBALS['multi_event_sponsors'] = new Multi_Event_Sponsors(); … … 21 22 $GLOBALS['mes_sponsor'] = new MES_Sponsor(); 22 23 $GLOBALS['mes_sponsorship_level'] = new MES_Sponsorship_Level(); 24 $GLOBALS['mes_privacy'] = new MES_Privacy(); 23 25 24 26 register_activation_hook( __FILE__, array( $GLOBALS['multi_event_sponsors'], 'activate' ) );
Note: See TracChangeset
for help on using the changeset viewer.