mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
Publish box: fix strange date format after change
Part props tyxla. Fixes #30716. git-svn-id: https://develop.svn.wordpress.org/trunk@33340 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -487,7 +487,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'publishOnFuture' => __('Schedule for:'),
|
||||
'publishOnPast' => __('Published on:'),
|
||||
/* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute */
|
||||
'dateFormat' => __('%1$s %2$s, %3$s @ %4$s : %5$s'),
|
||||
'dateFormat' => __('%1$s %2$s, %3$s @ %4$s:%5$s'),
|
||||
'showcomm' => __('Show more comments'),
|
||||
'endcomm' => __('No more comments found.'),
|
||||
'publish' => __('Publish'),
|
||||
|
||||
Reference in New Issue
Block a user