From 670692386bdaed42e3b00f5983ed84353731d061 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 19 Apr 2024 03:42:18 +0000 Subject: [PATCH] Docs: Fix typo in `WP_Block_Type::__construct()` DocBlock. Follow-up to [54155]. Props ixkaito. Fixes #61035. Built from https://develop.svn.wordpress.org/trunk@58024 git-svn-id: http://core.svn.wordpress.org/trunk@57490 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-block-type.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-block-type.php b/wp-includes/class-wp-block-type.php index 3242653528..8f88b1a683 100644 --- a/wp-includes/class-wp-block-type.php +++ b/wp-includes/class-wp-block-type.php @@ -297,7 +297,7 @@ class WP_Block_Type { * @since 5.8.0 Added the `variations` property. * @since 5.9.0 Added the `view_script` property. * @since 6.0.0 Added the `ancestor` property. - * @since 6.1.0 Added the `editor_script_handles`, `script_handles`, `view_script_handles, + * @since 6.1.0 Added the `editor_script_handles`, `script_handles`, `view_script_handles`, * `editor_style_handles`, and `style_handles` properties. * Deprecated the `editor_script`, `script`, `view_script`, `editor_style`, and `style` properties. * @since 6.3.0 Added the `selectors` property. diff --git a/wp-includes/version.php b/wp-includes/version.php index df1733d76f..acaa1018ca 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58023'; +$wp_version = '6.6-alpha-58024'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.