Opened 7 years ago
Closed 6 years ago
#35147 closed defect (bug) (fixed)
unregister_sidebar function of the comment document
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Widgets | Keywords: | good-first-bug has-patch |
Focuses: | Cc: |
Description
Parameter of 'is_registered_sidebar' functions that have been added in version 4.4 has become a string or int.
In contrast to this, the parameter of the 'unregister_sidebar' function has become a string.
Both parameters is the key of the $wp_registered_sidebars. I think it is better to be unified.
Attachments (1)
Change History (8)
#6
@
7 years ago
- Keywords has-patch added; needs-patch removed
I copied the parameter and comment from 'is_registered_sidebar' to 'unregister_sidebar'. So that it's now unified.
See: 35147.diff
#7
@
7 years ago
- Owner set to Soean
- Status changed from new to assigned
Assigning to mark the good-first-bug as "claimed".
See 35147.diff
Note: See
TracTickets for help on using
tickets.
Replying to welcher:
Thank you.