Changeset 8936 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
- Timestamp:
- 06/07/2019 05:33:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php
r8892 r8936 19 19 if ( 20 20 ( defined( 'WORDCAMP_ENVIRONMENT' ) && 'production' !== WORDCAMP_ENVIRONMENT ) 21 || in_array( get_current_blog_id(), [ 928, 1028, 1126 ], true ) // Beta optins.21 || in_array( get_current_blog_id(), [ 928, 1028, 1126, 1099, 1160, 1093 ], true ) // Beta opt-ins. 22 22 ) { 23 23 require_once( __DIR__ . '/blocks/blocks.php' );
Note: See TracChangeset
for help on using the changeset viewer.