Opened 11 years ago
Closed 11 years ago
#27534 closed defect (bug) (fixed)
Review inline docs/coding standards for wp-includes/class-wp-customize-widgets.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | high |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | |
Focuses: | docs | Cc: |
Description
- Remove
@action
/@filter
tags - Add missing method descriptions
- Add missing tags like
@since
- Remove UPDATE_WIDGET_AJAX_ACTION/UPDATE_WIDGET_NONCE_POST_KEY constants
- Think about lines L71-L95
For now, Options_Transaction can be ignored, see #27504.
Attachments (3)
Change History (15)
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
11 years ago
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
11 years ago
#10
@
11 years ago
I propose since both _capture_filter_pre_update_option()
and _capture_filter_pre_get_option()
are actually public we should remove the leading underscores. This is done in 27534.2.diff along with fixing an incorrect hook name in stop_capturing_option_updates()
.
Note: See
TracTickets for help on using
tickets.
Docs: first pass.