Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#36298 closed defect (bug) (fixed)

Docs: add missing docs to WP_Widget class

Reported by: ramiy's profile ramiy Owned by: drewapicture's profile DrewAPicture
Milestone: 4.5 Priority: normal
Severity: normal Version:
Component: Widgets Keywords: has-patch
Focuses: docs Cc:

Description

Add missing @access.

Fix wrong @access from private to public.

Add description to some properties @param.

See also: ticket #32246 (comment 325)

Attachments (1)

class-wp-widget.php.patch (3.0 KB) - added by ramiy 9 years ago.

Download all attachments as: .zip

Change History (6)

#1 @ramiy
9 years ago

  • Keywords has-patch added

#2 @DrewAPicture
9 years ago

  • Milestone changed from Awaiting Review to Future Release
  • Owner set to DrewAPicture
  • Status changed from new to reviewing

#3 @DrewAPicture
9 years ago

In 37064:

Docs: Add missing information to the WP_Widget PHP4 constructor DocBlock.

Also add several missing at @access tags to other method DocBlocks and clarify parameter docs for WP_Widget::form_callback().

Props raimy.
See #36298.

#4 @DrewAPicture
9 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 37065:

Docs: Improve inline documentation syntax throughout WP_Widget.

Fixes #36298.

#5 @DrewAPicture
9 years ago

  • Milestone changed from Future Release to 4.5
Note: See TracTickets for help on using tickets.