Missing the 'year' in the Activity Widget in the Dashboard
-
It’s probably not a bug, but I was wondering why there is no year in the date before the latest posts in the Activity Widget in the Dashboard.
Is there anything speaking against changing line 762 in the dashboard.php from
$relative = date_i18n( __( 'M jS' ), $time );
to
$relative = date_i18n( __( 'D, d M Y' ), $time );
It’s close to RFC2822 and I’m also wondering why this has to be in the *.po files for the translations, like this#: wp-admin/includes/dashboard.php:762 msgid "M jS" msgstr "j M"
I generally would prefer dates displayed everywhere in WordPress in the same Date Format, like it is set in the General Settings by the admin. The WordPress News Widget in the dashboard does use a different Date Format too. This just for consistency’s sake ??
- The topic ‘Missing the 'year' in the Activity Widget in the Dashboard’ is closed to new replies.