Make WordPress Core

Ticket #61035: 61035.diff

File 61035.diff, 843 bytes (added by ixkaito, 19 months ago)
  • src/wp-includes/class-wp-block-type.php

    diff --git a/src/wp-includes/class-wp-block-type.php b/src/wp-includes/class-wp-block-type.php
    index 3242653528..8f88b1a683 100644
    a b class WP_Block_Type { 
    297297         * @since 5.8.0 Added the `variations` property.
    298298         * @since 5.9.0 Added the `view_script` property.
    299299         * @since 6.0.0 Added the `ancestor` property.
    300          * @since 6.1.0 Added the `editor_script_handles`, `script_handles`, `view_script_handles,
     300         * @since 6.1.0 Added the `editor_script_handles`, `script_handles`, `view_script_handles`,
    301301         *              `editor_style_handles`, and `style_handles` properties.
    302302         *              Deprecated the `editor_script`, `script`, `view_script`, `editor_style`, and `style` properties.
    303303         * @since 6.3.0 Added the `selectors` property.