Make WordPress Core


Ignore:
Timestamp:
07/21/2015 11:39:20 AM (10 years ago)
Author:
iseulde
Message:

Publish box: fix strange date format after change

Part props tyxla.
Fixes #30716.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r33330 r33340  
    488488            'publishOnPast' => __('Published on:'),
    489489            /* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute */
    490             'dateFormat' => __('%1$s %2$s, %3$s @ %4$s : %5$s'),
     490            'dateFormat' => __('%1$s %2$s, %3$s @ %4$s:%5$s'),
    491491            'showcomm' => __('Show more comments'),
    492492            'endcomm' => __('No more comments found.'),
Note: See TracChangeset for help on using the changeset viewer.