[wp-trac] [WordPress Trac] #44267: Privacy Request List Table: A way to show the time of request when it's older than 24 hours.
WordPress Trac
noreply at wordpress.org
Tue May 29 18:41:09 UTC 2018
#44267: Privacy Request List Table: A way to show the time of request when it's
older than 24 hours.
----------------------------+-----------------------------
Reporter: birgire | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Privacy | Version:
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
When the request is older than 24 hours, then we can't see time of the
request. An example:
{{{
May 18, 2018
}}}
The related methods are:
- {{{WP_Privacy_Requests_Table::get_timestamp_as_date()}}}.
- {{{WP_Privacy_Requests_Table::column_default()}}}.
For comparison, here's an example from the ''posts'' list table in
''list'' view:
{{{
<abbr title="2018/05/14 8:41:52 am">2018/05/14</abbr>
}}}
and in the ''excerpt'' view:
{{{
Published
<br/>
2018/05/14 8:41:52 am
}}}
Here's an example from the ''comments'' list table:
{{{
2018/04/20 at 5:35 pm
}}}
I'm not sure the {{{<abbr>}}} is suitable here, after reading:
https://stackoverflow.com/a/32892825/2078474
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44267>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list