Skip to content

Commit

Permalink
Remove extraneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jan 12, 2024
1 parent aafcc0f commit 7252c01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/experimental/block-bindings/class-wp-block-bindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@

/**
* Core class used to define supported blocks, register sources, and populate HTML with content from those sources.
*
* @since 6.5.0
*/
class WP_Block_Bindings {

/**
* Holds the registered block bindings sources, keyed by source identifier.
*
* @since 6.5.0
* @var array
*/
private $sources = array();
Expand Down

0 comments on commit 7252c01

Please sign in to comment.