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:
desrosj 2021-06-29 15:47:58 +00:00
parent 8e08c569c5
commit d5cf36000b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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