Skip to content

Commit

Permalink
Fix gutenberg package declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jan 12, 2024
1 parent 0a317f1 commit aafcc0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/experimental/block-bindings/block-bindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* This file contains functions for managing block bindings in WordPress.
*
* @since 6.5.0
* @package Gutenberg
* @since 17.6.0
* @package gutenberg
*/

/**
Expand Down
3 changes: 2 additions & 1 deletion lib/experimental/block-bindings/class-wp-block-bindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*
* Support for custom fields in blocks.
*
* @package Gutenberg
* @since 17.6.0
* @package gutenberg
*/

if ( class_exists( 'WP_Block_Bindings' ) ) {
Expand Down

0 comments on commit aafcc0f

Please sign in to comment.