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:
parent
eec4c743fa
commit
0eaae8ebbf
|
@ -128,7 +128,7 @@ class WP_Block_Type {
|
||||||
* Block type front end style handle.
|
* Block type front end style handle.
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 5.0.0
|
||||||
* @var string
|
* @var string|null
|
||||||
*/
|
*/
|
||||||
public $style = null;
|
public $style = null;
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue