Making WordPress.org


Ignore:
Timestamp:
06/07/2019 05:33:11 PM (5 years ago)
Author:
vedjain
Message:

WordCamp: Enabled blocks for WC Boston, Taipei and Sevilla.

See https://make.wordpress.org/community/2019/05/29/who-wants-to-test-the-new-wordcamp-blocks/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/load-other-mu-plugins.php

    r8892 r8936  
    1919    if (
    2020        ( 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.
    2222    ) {
    2323        require_once( __DIR__ . '/blocks/blocks.php' );
Note: See TracChangeset for help on using the changeset viewer.