From 16ccab2ef9ff3d34479d56d0e05584684b169f5e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 21 Oct 2016 13:47:33 +0000 Subject: [PATCH] Role/Capability: Improve the test which asserts that a user can edit their own profile. All users can edit their own profile, as this ability is not linked to an explicit capability. Technically, it should map to the `exist` capability, which will be addressed at a later date. See #31518 Built from https://develop.svn.wordpress.org/trunk@38860 git-svn-id: http://core.svn.wordpress.org/trunk@38803 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 37cfdb230d..4430959614 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38859'; +$wp_version = '4.7-alpha-38860'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.