diff --git a/wp-includes/capabilities.php b/wp-includes/capabilities.php index 3b296e59e1..f5262d9a79 100644 --- a/wp-includes/capabilities.php +++ b/wp-includes/capabilities.php @@ -631,7 +631,7 @@ class WP_User { } /** - * Make private/protected methods readable for backwards compatibility. + * Makes private/protected methods readable for backwards compatibility. * * @since 4.3.0 * @access public @@ -1518,7 +1518,7 @@ function user_can( $user, $capability ) { } /** - * Retrieve the global WP_Roles instance, instantiate if necessary. + * Retrieves the global WP_Roles instance and instantiates it if necessary. * * @since 4.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index cb9fbfd1c1..6e55d837c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33213'; +$wp_version = '4.3-beta2-33214'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.