Changeset 8964
- Timestamp:
- 06/19/2019 06:55:14 PM (6 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins
- Files:
-
- 21 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
r8963 r8964 91 91 if ( 'development' === WORDCAMP_ENVIRONMENT || in_array( get_current_blog_id(), $pwa_test_sites, true ) ) { 92 92 require_once( __DIR__ . '/service-worker-caching.php' ); 93 //require_once( __DIR__ . '/theme-templates/bootstrap.php' );93 require_once( __DIR__ . '/theme-templates/bootstrap.php' ); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.