From 74175fb08cfcf2c36a2969980557f5fed58e7291 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 30 Nov 2014 05:42:23 +0000 Subject: [PATCH] Document the `$user_id` parameter added to the 'admin_color_scheme_picker' hook in 3.8.1. Props Ipstenu. Fixes #30551. Built from https://develop.svn.wordpress.org/trunk@30632 git-svn-id: http://core.svn.wordpress.org/trunk@30622 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.