diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index f5d7e432c0..ca18b546e0 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -269,6 +269,9 @@ if ( ! IS_PROFILE_PAGE ) { * and if there is more than one defined color scheme for the admin. * * @since 3.0.0 + * @since 3.8.1 Added `$user_id` parameter. + * + * @param int $user_id The user ID. */ ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 509e770d60..0ffc7e35e1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30631'; +$wp_version = '4.1-beta2-30632'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.