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)
#1
@
2 years ago
- Description modified (diff)
- Summary changed from Delist/relist bumps last updated date to Admin actions bumps last updated date
Version 0, edited 2 years ago
by
(next)
This ticket was mentioned in Slack in #themereview by dd32. View the logs.
2 years ago
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.