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
This commit is contained in:
Drew Jaynes 2014-11-30 05:42:23 +00:00
parent 5b22a5ba2f
commit 74175fb08c
2 changed files with 4 additions and 1 deletions

View File

@ -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.
*/
?>
<td><?php do_action( 'admin_color_scheme_picker', $user_id ); ?></td>

View File

@ -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.