From 9a64276184004410360d0c858ab9db164411d812 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 2 Feb 2021 12:13:07 +0000 Subject: [PATCH] Docs: Add a `@since` note to `map_meta_cap()` for the `update_https` capability. Follow-up to [50122], [50131]. See #51800. Built from https://develop.svn.wordpress.org/trunk@50138 git-svn-id: http://core.svn.wordpress.org/trunk@49817 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/capabilities.php | 7 ++++--- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-includes/capabilities.php b/wp-includes/capabilities.php index 06840cbc9f..f7ff5cbab2 100644 --- a/wp-includes/capabilities.php +++ b/wp-includes/capabilities.php @@ -28,10 +28,11 @@ * and `manage_privacy_options` capabilities. * @since 5.1.0 Added the `update_php` capability. * @since 5.2.0 Added the `resume_plugin` and `resume_theme` capabilities. - * @since 5.3.0 Formalized the existing and already documented `...$args` parameter by adding it - * to the function signature. + * @since 5.3.0 Formalized the existing and already documented `...$args` parameter + * by adding it to the function signature. * @since 5.7.0 Added the `create_app_password`, `list_app_passwords`, `read_app_password`, - * `edit_app_password`, `delete_app_passwords`, and `delete_app_password` capabilities. + * `edit_app_password`, `delete_app_passwords`, `delete_app_password`, + * and `update_https` capabilities. * * @global array $post_type_meta_caps Used to get post type meta capabilities. * diff --git a/wp-includes/version.php b/wp-includes/version.php index e268ba7d5b..ca93fefa6f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-50137'; +$wp_version = '5.7-alpha-50138'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.