Changeset 58073 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 05/01/2024 11:59:03 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r58024 r58073 303 303 * @since 6.3.0 Added the `selectors` property. 304 304 * @since 6.4.0 Added the `block_hooks` property. 305 * @since 6.5.0 Added the ` view_style_handles` property.305 * @since 6.5.0 Added the `allowed_blocks`, `variation_callback`, and `view_style_handles` properties. 306 306 * 307 307 * @see register_block_type() … … 622 622 * @since 6.5.0 623 623 * 624 * @return array[]624 * @return string[] 625 625 */ 626 626 public function get_uses_context() { … … 630 630 * @since 6.5.0 631 631 * 632 * @param array$uses_context Array of registered uses context for a block type.632 * @param string[] $uses_context Array of registered uses context for a block type. 633 633 * @param WP_Block_Type $block_type The full block type object. 634 634 */
Note: See TracChangeset
for help on using the changeset viewer.