Make WordPress Core

Changeset 58024


Ignore:
Timestamp:
04/19/2024 03:40:54 AM (8 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in WP_Block_Type::__construct() DocBlock.

Follow-up to [54155].

Props ixkaito.
Fixes #61035.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-type.php

    r57641 r58024  
    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.
Note: See TracChangeset for help on using the changeset viewer.