- Timestamp:
- 03/25/2019 09:46:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/blocks.php
r8253 r8516 12 12 */ 13 13 function load() { 14 require_once PLUGIN_DIR . 'view/shared/grid-layout.php'; 15 require_once PLUGIN_DIR . 'view/shared/featured-image.php'; 16 17 require_once PLUGIN_DIR . 'includes/shared.php'; 18 require_once PLUGIN_DIR . 'includes/sessions.php'; 14 19 require_once PLUGIN_DIR . 'includes/speakers.php'; 20 require_once PLUGIN_DIR . 'includes/sponsors.php'; 21 15 22 } 16 23
Note: See TracChangeset
for help on using the changeset viewer.