Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/elementor-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function hello_get_footer_display() {
'release_status' => $experiments_manager::RELEASE_STATUS_STABLE,
'new_site' => [
'minimum_installation_version' => '3.3.0',
'default_active' => $experiments_manager::STATE_ACTIVE,
'default_active' => false,
Comment thread
nuritsha marked this conversation as resolved.
Outdated
],
] );
} );
Expand Down
Loading