#19953 closed enhancement (fixed)
Remove old show_last_update argument and related code from wp_dropdown_categories
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | minor | Version: | 3.3.1 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
In wp_dropdown_categories() and the related walker class there is reference to a show_last_update argument which is linked to a last_update_timestamp property for category objects. That property was dropped about 5 years ago ([5525])!
Patch removes these. I haven't bothered adding _deprecated_argument() calls, seeing as setting the argument doesn't actually work (you just get PHP warnings), and hasn't for a really long time.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Works for me.