diff --git a/wp-includes/capabilities.php b/wp-includes/capabilities.php index e6526daa82..9ed3447e6c 100644 --- a/wp-includes/capabilities.php +++ b/wp-includes/capabilities.php @@ -408,6 +408,8 @@ function map_meta_cap( $cap, $user_id ) { * While checking against particular roles in place of a capability is supported * in part, this practice is discouraged as it may produce unreliable results. * + * Note: Will always return true if the current user is a super admin, unless specifically denied. + * * @since 2.0.0 * * @see WP_User::has_cap() diff --git a/wp-includes/version.php b/wp-includes/version.php index ffc04cbd0a..1a33e0a606 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36491'; +$wp_version = '4.5-alpha-36492'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.