Make WordPress Core

Ticket #30551: 30551.diff

File 30551.diff, 479 bytes (added by Ipstenu, 10 years ago)

Adding param and since

  • trunk/wp-admin/user-edit.php

     
    269269 * and if there is more than one defined color scheme for the admin.
    270270 *
    271271 * @since 3.0.0
     272 * @since 3.8.1 Added `$user_id` parameter.
     273 *
     274 * @param int $user_id The user ID.
    272275 */
    273276?>
    274277<td><?php do_action( 'admin_color_scheme_picker', $user_id ); ?></td>