Docs: Remove extra space before `@since` in `WP_Block_Bindings_Registry` DocBlock.
Follow-up to [57373]. Props shailu25. Fixes #61046. Built from https://develop.svn.wordpress.org/trunk@58027 git-svn-id: http://core.svn.wordpress.org/trunk@57493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
453c78db60
commit
46356f0215
|
@ -12,7 +12,7 @@
|
|||
/**
|
||||
* Core class used for interacting with block bindings sources.
|
||||
*
|
||||
* @since 6.5.0
|
||||
* @since 6.5.0
|
||||
*/
|
||||
final class WP_Block_Bindings_Registry {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58026';
|
||||
$wp_version = '6.6-alpha-58027';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue