Docs: Correct @since annotation for WP_Block_Type->view_script.

Follow up to [51259].

Props swissspidy.
See #53397.

git-svn-id: https://develop.svn.wordpress.org/trunk@51260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-06-29 15:46:55 +00:00
parent 51cbe7eeb7
commit fb5f367b92

View File

@ -174,7 +174,7 @@ class WP_Block_Type {
/**
* Block type front end only script handle.
*
* @since 5.0.0
* @since 5.8.0
* @var string|null
*/
public $view_script = null;