Opened 12 years ago
Closed 12 years ago
#27534 closed defect (bug) (fixed)
Review inline docs/coding standards for wp-includes/class-wp-customize-widgets.php
| Reported by: | ocean90 | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | high | Milestone: | 3.9 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | docs |
Description
- Remove
@action/@filtertags - 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.
12 years ago
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
12 years ago
#10
@
12 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Docs: first pass.