Docs: Add a `@since` note to `map_meta_cap()` for `edit_block_binding` capability.

Follow-up to [59122].

See #61608.
Built from https://develop.svn.wordpress.org/trunk@59125


git-svn-id: http://core.svn.wordpress.org/trunk@58521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-09-30 13:48:16 +00:00
parent 1b6e00c306
commit 251e520c33
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
* @since 5.7.0 Added the `create_app_password`, `list_app_passwords`, `read_app_password`,
* `edit_app_password`, `delete_app_passwords`, `delete_app_password`,
* and `update_https` capabilities.
* @since 6.7.0 Added the `edit_block_binding` capability.
*
* @global array $post_type_meta_caps Used to get post type meta capabilities.
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-59124';
$wp_version = '6.7-alpha-59125';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.