From d5cf36000bb460b2f37a4f9b1db3e7924e248312 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 29 Jun 2021 15:47:58 +0000 Subject: [PATCH] Docs: Correct `@since` annotation for `WP_Block_Type->view_script`. Follow up to [51259]. Props swissspidy. See #53397. Built from https://develop.svn.wordpress.org/trunk@51260 git-svn-id: http://core.svn.wordpress.org/trunk@50869 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 d5f34a2520..e3fd7c7411 100644 --- a/wp-includes/class-wp-block-type.php +++ b/wp-includes/class-wp-block-type.php @@ -174,7 +174,7 @@ class WP_Block_Type { /** * Block type front end only script handle. * - * @since 5.0.0 + * @since 5.8.0 * @var string|null */ public $view_script = null; diff --git a/wp-includes/version.php b/wp-includes/version.php index 9960a31f71..7b95e7eb83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta4-51259'; +$wp_version = '5.8-beta4-51260'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.