Make WordPress Core


Ignore:
Timestamp:
10/02/2025 09:46:07 PM (3 months ago)
Author:
joedolson
Message:

Privacy: A11y: Show time of privacy request status change.

Add the date and time of privacy request status changes in the privacy requests table. Previously, human_time_diff() was used in the first 24 hours, and only the date after 24 hours. Change the output to display both date and time after 24 hours, using the format used for comments.

Props birgire, desrosj, afercia, xkon, tz-media, garrett-eclipse, sirlouen, sukhendu2002, sajjad67, fakhriaz, joedolson.
Fixes #44267.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/forms.css

    r60885 r60891  
    14541454}
    14551455
     1456.privacy_requests .status-date {
     1457    display: block;
     1458    font-weight: 400;
     1459}
     1460
    14561461.wp-privacy-request-form {
    14571462    clear: both;
Note: See TracChangeset for help on using the changeset viewer.