Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#30551 closed defect (bug) (fixed)

Fixing Docblock for admin_color_scheme_picker

Reported by: Ipstenu Owned by: DrewAPicture
Priority: normal Milestone: 4.1
Component: Administration Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

The admin_color_scheme_picker action had the parameter '$user_id' added to it in r26924 which was ported back to the 3.8 branch in r26937 so it could be included in 3.8.1, but the parameter wasn't added to the docblock.

Attachments (1)

30551.diff (479 bytes ) - added by Ipstenu 12 years ago.
Adding param and since

Download all attachments as: .zip

Change History (4)

@Ipstenu
12 years ago

Adding param and since

#1 @kpdesign
12 years ago

  • Component GeneralAdministration
  • Keywords has-patch added

#2 @DrewAPicture
12 years ago

  • Milestone Awaiting Review4.1

Hi Mika, thanks for the patch!

#3 @DrewAPicture
12 years ago

  • Owner set to DrewAPicture
  • Resolutionfixed
  • Status newclosed

In 30632:

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

Props Ipstenu.
Fixes #30551.

Note: See TracTickets for help on using tickets.