Opened 9 years ago
Closed 7 years ago
#38017 closed enhancement (fixed)
Add widget instance to remaining widget argument filters
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | good-first-bug needs-testing has-patch |
Focuses: | Cc: |
Description
In #20788 and #33944, the $instance
argument was added to these filters:
widget_nav_menu_args
widget_links_args
For consistency, other widget argument filters should have it too:
widget_archives_dropdown_args
widget_archives_args
widget_categories_dropdown_args
widget_categories_args
widget_pages_args
widget_comments_args
widget_posts_args
widget_tag_cloud_args
Attachments (2)
Change History (15)
#1
@
9 years ago
Added $instance
parameters and comment about them.
- widget_archives_dropdown_args
- widget_archives_args
- widget_categories_dropdown_args
- widget_categories_args
- widget_pages_args
- widget_comments_args
- widget_posts_args
- widget_tag_cloud_args
#2
@
9 years ago
- Keywords has-patch added; needs-patch removed
- Owner set to Takahashi_Fumiki
- Status changed from new to assigned
@Takahashi_Fumiki Thanks for the patch. Let's also add changelog entries for the new parameters added to all of these hooks.
Assigning to mark the good-first-bug as "claimed".
#3
@
8 years ago
Hi @DrewAPicture , I added since tag.
By the way, is there any policy for deciding target version number for non-versioned ticket?
Next major release?
Add extra param $instance to widget's filters.