Make WordPress Core


Ignore:
Timestamp:
07/21/2015 10:08:38 PM (11 years ago)
Author:
iseulde
Message:

Publish box: apply changes post.js to comment.js

See [22250], [27035], [24046], [33340] and [33341].
Fixes #33063.

File:
1 edited

Legend:

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

    r33340 r33348  
    524524        $scripts->add_data( 'comment', 'group', 1 );
    525525        did_action( 'init' ) && $scripts->localize( 'comment', 'commentL10n', array(
    526             'submittedOn' => __('Submitted on:')
     526            'submittedOn' => __( 'Submitted on:' ),
     527            /* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute */
     528            'dateFormat' => __( '%1$s %2$s, %3$s @ %4$s:%5$s' )
    527529        ) );
    528530
Note: See TracChangeset for help on using the changeset viewer.