Changeset 33348 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/21/2015 10:08:38 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r33340 r33348 524 524 $scripts->add_data( 'comment', 'group', 1 ); 525 525 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' ) 527 529 ) ); 528 530
Note: See TracChangeset
for help on using the changeset viewer.