From 0eaae8ebbf2b946634b53fb77835f31d4413c362 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Jun 2020 10:44:10 +0000 Subject: [PATCH] Docs: Update type for `WP_Block_Type::$style` property. Follow-up to [47907]. See #48529. Built from https://develop.svn.wordpress.org/trunk@47908 git-svn-id: http://core.svn.wordpress.org/trunk@47682 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 ba0b59b8ad..716faf010a 100644 --- a/wp-includes/class-wp-block-type.php +++ b/wp-includes/class-wp-block-type.php @@ -128,7 +128,7 @@ class WP_Block_Type { * Block type front end style handle. * * @since 5.0.0 - * @var string + * @var string|null */ public $style = null; diff --git a/wp-includes/version.php b/wp-includes/version.php index dfa72a9464..cc749f776b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47907'; +$wp_version = '5.5-alpha-47908'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.