- Timestamp:
- 04/01/2019 09:57:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/blocks.php
r8516 r8566 16 16 17 17 require_once PLUGIN_DIR . 'includes/shared.php'; 18 require_once PLUGIN_DIR . 'includes/organizers.php'; 18 19 require_once PLUGIN_DIR . 'includes/sessions.php'; 19 20 require_once PLUGIN_DIR . 'includes/speakers.php'; … … 21 22 22 23 } 23 24 24 add_action( 'plugins_loaded', __NAMESPACE__ . '\load' ); 25 25
Note: See TracChangeset
for help on using the changeset viewer.