Administration: Unify the date structure in list view and excerpt view.

Both views now show a full date string. Something like `Published 2020/05/27 at 10:25 pm`.

Fixes: #35391.
Props: afercia, ocean90, TimothyBlynJacobs, audrasjb, SergeyBiryukov, joedolson.


Built from https://develop.svn.wordpress.org/trunk@47879


git-svn-id: http://core.svn.wordpress.org/trunk@47653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake
2020-06-01 19:15:08 +00:00
parent f201c1b217
commit 69a866a1a9
6 changed files with 34 additions and 51 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47878';
$wp_version = '5.5-alpha-47879';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.