Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#17819 closed enhancement (fixed)

Docblock for get_option missing second parameter description

Reported by: amereservant Owned by: nacin
Priority: normal Milestone: 3.3
Component: General Version: 3.2
Severity: trivial Keywords: has-patch commit
Cc: Focuses:

Description

This is a minor flaw, but the Docblock for the get_option() function in functions.php is missing the description for the $default parameter.

Attachments (1)

17819.diff (533 bytes ) - added by solarissmoke 15 years ago.

Download all attachments as: .zip

Change History (4)

@solarissmoke
15 years ago

#1 @solarissmoke
15 years ago

  • Keywords has-patch added

Easily fixed :)

#2 @SergeyBiryukov
15 years ago

  • Keywords commit added
  • Milestone Awaiting Review3.3

#3 @nacin
15 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In [18658]:

Add phpdoc for default arg for get_option(). props amereservant, solarissmoke, fixes #17819.

Note: See TracTickets for help on using tickets.