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
This commit is contained in:
Sergey Biryukov 2020-06-04 10:44:10 +00:00
parent eec4c743fa
commit 0eaae8ebbf
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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.