[wp-trac] [WordPress Trac] #63835: Admin pages listing displays post time instead of modified time for posts with status not equal "published"
WordPress Trac
noreply at wordpress.org
Wed Aug 20 13:12:21 UTC 2025
#63835: Admin pages listing displays post time instead of modified time for posts
with status not equal "published"
----------------------------+------------------------------
Reporter: gchriz | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 6.8.2
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
----------------------------+------------------------------
Changes (by devasheeshkaul):
* keywords: has-patch needs-testing => has-patch
Comment:
== Test Report
=== Description
✅ This report validates whether the indicated patch works as expected.
Patch tested: https://github.com/WordPress/wordpress-develop/pull/9501
=== Environment
- WordPress: 6.9-alpha-60093-src
- PHP: 8.2.29
- Server: nginx/1.29.1
- Database: mysqli (Server: 8.4.6 / Client: mysqlnd 8.2.29)
- Browser: Chrome 138.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.3
- MU Plugins: None activated
- Plugins:
* Test Reports 1.2.0
=== Actual Results
1. ✅ Issue resolved with patch.
=== Additional Notes
Before applying the patch, I noticed the sequence of changes in post
status affects dates.
- From a fresh post (not yet published or made private), changes to draft,
pending, or scheduled correctly update scheduled/modified dates (publish
time remains immediate or at scheduled time)
- Once set to private or published, the publish date resets to the current
time, and later any changes to draft, pending and private shows an
incorrect modified date (stuck at the private/published conversion).
The patch correctly handles all non-scheduled/unpublished cases, so this
shouldn't matter, but this sequence difference may explain why it only
seemed to affect private posts for @abcd95 while other states for @gchriz
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63835#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list