Opened 4 years ago
Last modified 4 years ago
#6271 new defect (bug)
Admin actions bumps last updated date
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Theme Directory | Keywords: | |
| Cc: |
Description (last modified by )
Marking a theme as delisted, or relisting said delisted theme, changing author, etc, updates the post_modified date to now - that field is used for the Last Updated date in the themes API.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is any wp-admin change, such as changing the author, etc.
We should probably just move away from using
post_modifiedand instead have an explicitlast_updatedpostmeta date, as the plugin directory uses.(Props Kafleg for knowing better than me!)