Opened 2 years ago
Last modified 2 years ago
#6271 new defect (bug)
Admin actions bumps last updated date
Reported by: | dd32 | 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_modified
and instead have an explicitlast_updated
postmeta date, as the plugin directory uses.(Props Kafleg for knowing better than me!)