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:
Sergey Biryukov 2024-04-21 03:52:11 +00:00
parent 453c78db60
commit 46356f0215
2 changed files with 2 additions and 2 deletions

View File

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

View File

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