Skip to content
Snippets Groups Projects
Commit 351a3554 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS

parent 02187f6d
No related branches found
No related tags found
1 merge request!12Introduce native Gutenberg controls
Pipeline #4713 passed with warnings
...@@ -147,7 +147,7 @@ class Block_Editor { ...@@ -147,7 +147,7 @@ class Block_Editor {
* @return false * @return false
*/ */
public function filter_is_protected_meta( $protected, $meta_key ) { public function filter_is_protected_meta( $protected, $meta_key ) {
if ( $meta_key === WP_REVISIONS_CONTROL_LIMIT_META_KEY ) { if ( WP_REVISIONS_CONTROL_LIMIT_META_KEY === $meta_key ) {
return false; return false;
} }
...@@ -167,7 +167,7 @@ class Block_Editor { ...@@ -167,7 +167,7 @@ class Block_Editor {
__DIR__ __DIR__
), ),
$asset_data['dependencies'], $asset_data['dependencies'],
$asset_data['version'], $asset_data['version']
); );
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment