Changeset 8892
- Timestamp:
- 05/29/2019 08:54:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
r8006 r8892 19 19 if ( 20 20 ( defined( 'WORDCAMP_ENVIRONMENT' ) && 'production' !== WORDCAMP_ENVIRONMENT ) 21 || in_array( get_current_blog_id(), [ 928 ], true ) // Test sites21 || in_array( get_current_blog_id(), [ 928, 1028, 1126 ], true ) // Beta optins. 22 22 ) { 23 23 require_once( __DIR__ . '/blocks/blocks.php' );
Note: See TracChangeset
for help on using the changeset viewer.