Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rephrase PHPDoc a bit
  • Loading branch information
ockham committed Nov 6, 2023
commit c9d8c0876c48df0bb14190f5c229d3e7dc668630
4 changes: 2 additions & 2 deletions src/wp-includes/class-wp-block-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ class WP_Block_Type {
/**
* Attributes supported by every block.
*
* @since 6.0.0 Added lock global attribute.
* @since 6.5.0 Added metadata global attribute.
* @since 6.0.0 Added `lock`.
* @since 6.5.0 Added `metadata`.
* @var array
*/
const GLOBAL_ATTRIBUTES = array(
Expand Down