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:
parent
1b6e00c306
commit
251e520c33
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue