Opened 4 years ago
Last modified 3 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)
#1
@
3 years ago
- Description modified (diff)
- Summary changed from Delist/relist bumps last updated date to Admin actions bumps last updated date
Version 0, edited 3 years ago
by
(next)
This ticket was mentioned in Slack in #themereview by dd32. View the logs.
3 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_modifiedand instead have an explicitlast_updatedpostmeta date, as the plugin directory uses.