Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48384, comment 21


Ignore:
Timestamp:
10/24/2019 11:03:50 AM (5 years ago)
Author:
Rarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48384, comment 21

    initial v1  
    1 Added patch to adjust column date implementation. Went with `get_post_timestamp()` since it's most semantically fitting for the task, though it will still suffer from time zone slipping on change, which is waaay to large of a problem to address here).
     1Added patch to adjust column date implementation. Went with `get_post_timestamp()` since it's most semantically fitting for the task, though it will still suffer from time zone slipping on change, which is waaay too large of a problem to address here).
    22
    33Effectively there are two standing patches for two issues: