Opened 4 years ago
Closed 4 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
@access
tag for the properties$triggered_errors
and$current_partial_id
is set toprivate
where it should beprotected
. - The
@access
tag for the methodhandle_error()
is set toprivate
where it should bepublic
- The DocBlocks for the duplicate
customize_dynamic_partial_args
andcustomize_dynamic_partial_class
filters 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