mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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
This commit is contained in:
parent
8e08c569c5
commit
d5cf36000b
@ -174,7 +174,7 @@ class WP_Block_Type {
|
|||||||
/**
|
/**
|
||||||
* Block type front end only script handle.
|
* Block type front end only script handle.
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 5.8.0
|
||||||
* @var string|null
|
* @var string|null
|
||||||
*/
|
*/
|
||||||
public $view_script = null;
|
public $view_script = null;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user