[wp-meta] [Making WordPress.org] #3529: Improve date format in "WordPress 15 years"...

Making WordPress.org noreply at wordpress.org
Thu Mar 22 07:13:22 UTC 2018


#3529: Improve date format in "WordPress 15 years"...
--------------------------+-----------------
 Reporter:  tobifjellner  |      Owner:
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:
Component:  General       |   Keywords:
--------------------------+-----------------
 Location:
 https://meta.trac.wordpress.org/browser/sites/trunk/wp15.wordpress.net/public_html/content/themes
 /twentyseventeen-wp15/template-parts/header/site-branding.php?marks=26#L26

 {{{$date_format    = _x( 'F dS, Y', 'Site description date format' );}}}
 Would better be
 {{{$date_format    = _x( 'F jS, Y', 'Site description date format' );}}}

 The current format would give "January 01st, 2018".
 The suggested string would give "January 1st, 2018".
 If the date that will be presented is day 10 or later in the month, nobody
 would notice this, but still better to use the correct formatting, right?

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3529>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list