Ticket #6226: edit-timestamp-i18n-description.diff
| File edit-timestamp-i18n-description.diff, 1.1 KB (added by nbachiyski, 5 years ago) |
|---|
-
wp-admin/includes/template.php
830 830 $year = '<input type="text" id="aa" name="aa" value="' . $aa . '" size="4" maxlength="5" onchange="edit_date.checked=true"' . $tab_index_attribute . ' autocomplete="off" />'; 831 831 $hour = '<input type="text" id="hh" name="hh" value="' . $hh . '" size="2" maxlength="2" onchange="edit_date.checked=true"' . $tab_index_attribute . ' autocomplete="off" />'; 832 832 $minute = '<input type="text" id="mn" name="mn" value="' . $mn . '" size="2" maxlength="2" onchange="edit_date.checked=true"' . $tab_index_attribute . ' autocomplete="off" />'; 833 printf(_ _('%1$s%2$s%3$s @ %4$s : %5$s'), $month, $day, $year, $hour, $minute);833 printf(_c('%1$s%2$s%3$s @ %4$s : %5$s|1: month input, 2: day input, 3: year input, 4: hour input, 5: minute input'), $month, $day, $year, $hour, $minute); 834 834 ?> 835 835 <input type="hidden" id="ss" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" onchange="edit_date.checked=true" /> 836 836 <?php
