#19953 closed enhancement (fixed)
Remove old show_last_update argument and related code from wp_dropdown_categories
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | General | Version: | 3.3.1 |
| Severity: | minor | Keywords: | has-patch |
| 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 (5)
solarissmoke — 16 months ago
- Owner set to duck_
- Resolution set to fixed
- Status changed from new to closed
In [19927]:
Note: See
TracTickets for help on using
tickets.

Works for me.