Skip to content

Commit

Permalink
Remove Details block setting field from the experiments page (#51372)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jun 10, 2023
1 parent 7c3ea72 commit 493d95a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/experiments-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ function gutenberg_initialize_experiments_settings() {
)
);

add_settings_field(
'gutenberg-details-blocks',
__( 'Details block', 'gutenberg' ),
'gutenberg_display_experiment_field',
'gutenberg-experiments',
'gutenberg_experiments_section',
array(
'label' => __( 'Test the Details block', 'gutenberg' ),
'id' => 'gutenberg-details-blocks',
)
);

add_settings_field(
'gutenberg-interactivity-api-core-blocks',
__( 'Interactivity API and Behaviors UI', 'gutenberg' ),
Expand Down

1 comment on commit 493d95a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 493d95a.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5230607665
📝 Reported issues:

Please sign in to comment.