Skip to content

Commit

Permalink
Fix copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Nov 9, 2022
1 parent 141fb47 commit 8530a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/editor-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function gutenberg_enable_off_canvas_navigation_editor() {
add_action( 'admin_init', 'gutenberg_enable_off_canvas_navigation_editor' );

/**
* Sets a global JS variable used to trigger the availability of zoomed out view.
* Sets a global JS variable used to trigger the availability of the block inspector tabs experiment.
*/
function gutenberg_enable_block_inspector_tabs() {
$gutenberg_experiments = get_option( 'gutenberg-experiments' );
Expand Down

0 comments on commit 8530a42

Please sign in to comment.