Making WordPress.org


Ignore:
Timestamp:
09/07/2019 09:12:14 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Use locale's default date format when displaying a date for reviews.

Hardcoded F j, Y is not suitable for locales using a different format.

See #3717.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/reviews/style.scss

    r9019 r9127  
    1212            margin-top: 0;
    1313        }
     14
    1415        .header-top {
    1516            display: flex;
     
    4950    }
    5051
    51     .review-date{
    52         margin-left: 12px;
    53         color: #999;
     52    .review-author,
     53    .review-date {
     54        line-height: 1.25;
    5455        font-size: 0.9em;
    5556    }
    5657
    57     .review-author, .review-date {
    58         line-height: 1.25;
     58    .review-date {
     59        margin-left: 12px;
     60        color: #999;
    5961        font-size: 0.9em;
    6062    }
     
    7880        }
    7981
    80         .review-author, .review-date {
     82        .review-author,
     83        .review-date {
    8184            line-height: 1;
    8285        }
Note: See TracChangeset for help on using the changeset viewer.