Opened 9 years ago
Closed 9 years ago
#39501 closed defect (bug) (fixed)
Fix DocBlocks for class WP_Customize_Selective_Refresh
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Customize | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
- The
@accesstag for the properties$triggered_errorsand$current_partial_idis set toprivatewhere it should beprotected. - The
@accesstag for the methodhandle_error()is set toprivatewhere it should bepublic - The DocBlocks for the duplicate
customize_dynamic_partial_argsandcustomize_dynamic_partial_classfilters should point to the documented version in the same file.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fix DocBlocks for class WP_Customize_Selective_Refresh