Changeset 57140
- Timestamp:
- 11/27/2023 08:18:39 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r57068 r57140 182 182 * 183 183 * @since 6.4.0 184 * @var array[]184 * @var string[] 185 185 */ 186 186 public $block_hooks = array(); … … 300 300 * @type string[] $uses_context Context values inherited by blocks of this type. 301 301 * @type string[]|null $provides_context Context provided by blocks of this type. 302 * @type array[]$block_hooks Block hooks.302 * @type string[] $block_hooks Block hooks. 303 303 * @type string[] $editor_script_handles Block type editor only script handles. 304 304 * @type string[] $script_handles Block type front end and editor script handles.
Note: See TracChangeset
for help on using the changeset viewer.