Changeset 6033 for trunk/wp-admin/includes/template.php
- Timestamp:
- 09/04/2007 08:56:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r6026 r6033 450 450 <?php 451 451 if ( $edit ) { 452 printf( _ _('Existing timestamp: %1$s %2$s, %3$s @ %4$s:%5$s' ), $wp_locale->get_month( $mm ), $jj, $aa, $hh, $mn );452 printf( _c( 'Existing timestamp: %1$s %2$s, %3$s @ %4$s:%5$s|1: month, 2: month string, 3: full year, 4: hours, 5: minutes' ), $wp_locale->get_month( $mm ), $jj, $aa, $hh, $mn ); 453 453 } 454 454 ?>
Note: See TracChangeset
for help on using the changeset viewer.