Document the `$user_id` parameter added to the 'admin_color_scheme_picker' hook in 3.8.1.

Props Ipstenu.
Fixes #30551.


git-svn-id: https://develop.svn.wordpress.org/trunk@30632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-30 05:41:31 +00:00
parent ea89b1c942
commit f864c2f871
1 changed files with 3 additions and 0 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>