Opened 11 years ago
Closed 11 years ago
#27531 closed defect (bug) (fixed)
Hook Docs (9): wp-includes/class-wp-customize-widgets.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
Old hooks:
load-widgets.php
(twice)widgets.php
(twice)sidebar_admin_setup
(twice)
New hooks:
customizer_widgets_section_args
is_wide_widget_in_customizer
widget_customizer_setting_args
Attachments (1)
Change History (10)
#3
@
11 years ago
sidebar_admin_setup
is documented in /wp-admin/includes/ajax-actions.php and /wp-admin/widgets.php. One should be marked as a duplicate, probably in ajax-actions.php.
#5
@
11 years ago
- Keywords needs-patch removed
- Milestone 3.9 deleted
- Resolution set to duplicate
- Status changed from new to closed
Let's just handle these in #27534, keep everything together.
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
11 years ago
#7
@
11 years ago
- Keywords has-patch commit added
- Milestone set to 3.9
- Resolution duplicate deleted
- Status changed from closed to reopened
27531.diff accounts for hook docs missed in #27534.
This ticket was mentioned in IRC in #wordpress-dev by DrewAPicture. View the logs.
11 years ago
Note: See
TracTickets for help on using
tickets.
To reduce the hooks by 3 we can also call customize_controls_init() (we should rename the function too) in wp_ajax_update_widget().