Changeset 1302 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/bootstrap.php
- Timestamp:
- 02/24/2015 07:58:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/multi-event-sponsors/bootstrap.php
r623 r1302 13 13 14 14 require_once( __DIR__ . '/classes/multi-event-sponsors.php' ); 15 require_once( __DIR__ . '/classes/mes-region.php' ); 15 16 require_once( __DIR__ . '/classes/mes-sponsor.php' ); 16 17 require_once( __DIR__ . '/classes/mes-sponsorship-level.php' ); 17 18 18 19 $GLOBALS['multi_event_sponsors'] = new Multi_Event_Sponsors(); 20 $GLOBALS['mes_sponsor'] = new MES_Region(); 19 21 $GLOBALS['mes_sponsor'] = new MES_Sponsor(); 20 22 $GLOBALS['mes_sponsorship_level'] = new MES_Sponsorship_Level();
Note: See TracChangeset
for help on using the changeset viewer.