Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Dec 10, 2024
1 parent db360b3 commit f69f0b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/experiments-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function gutenberg_initialize_experiments_settings() {
'gutenberg_display_experiment_section',
'gutenberg-experiments'
);

add_settings_field(
'gutenberg-block-experiments',
__( 'Blocks: add experimental blocks', 'gutenberg' ),
Expand Down Expand Up @@ -103,7 +103,7 @@ function gutenberg_initialize_experiments_settings() {
)
);

add_settings_field(
add_settings_field(
'gutenberg-block-comment',
__( 'Collaboration: add block level comments', 'gutenberg' ),
'gutenberg_display_experiment_field',
Expand Down Expand Up @@ -151,7 +151,7 @@ function gutenberg_initialize_experiments_settings() {
)
);

add_settings_field(
add_settings_field(
'gutenberg-new-posts-dashboard',
__( 'Data Views: enable for Posts', 'gutenberg' ),
'gutenberg_display_experiment_field',
Expand Down

0 comments on commit f69f0b3

Please sign in to comment.