| @@ -336,8 +336,9 @@ | ||
| 336 | 336 | private static function load_network_options_map() { |
| 337 | 337 | self::$_NETWORK_OPTIONS_MAP = array( |
| 338 | 338 | // Network level options. |
| 339 | 339 | 'affiliate_application_data' => 0, |
| 340 | + 'beta_data' => 0, | |
| 340 | 341 | 'connectivity_test' => 0, |
| 341 | 342 | 'handle_gdpr_admin_notice' => 0, |
| 342 | 343 | 'has_trial_plan' => 0, |
| 343 | 344 | 'install_sync_timestamp' => 0, |
| @@ -342,8 +343,9 @@ | ||
| 342 | 343 | 'has_trial_plan' => 0, |
| 343 | 344 | 'install_sync_timestamp' => 0, |
| 344 | 345 | 'install_sync_cron' => 0, |
| 345 | 346 | 'is_anonymous_ms' => 0, |
| 347 | + 'is_network_activated' => 0, | |
| 346 | 348 | 'is_on' => 0, |
| 347 | 349 | 'is_plugin_new_install' => 0, |
| 348 | 350 | 'network_install_blog_id' => 0, |
| 349 | 351 | 'pending_sites_info' => 0, |