Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Feb 23, 2022
1 parent fbb329a commit a725b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-5.9/block-editor-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ function_exists( 'gutenberg_is_edit_site_page' ) &&
return $settings;
}

add_filter( 'block_editor_settings_all', 'gutenberg_get_block_editor_settings', PHP_INT_MAX );
add_filter( 'block_editor_settings_all', 'gutenberg_get_block_editor_settings', PHP_INT_MAX );

0 comments on commit a725b3e

Please sign in to comment.