Changeset 6904 for trunk/wp-admin/includes/template.php
- Timestamp:
- 02/18/2008 10:07:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r6875 r6904 755 755 $tab_index_attribute = " tabindex=\"$tab_index\""; 756 756 757 echo '< fieldset><legend><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> <label for="timestamp">'.__( 'Edit timestamp' ).'</label></legend>';757 echo '<legend><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> <label for="timestamp">'.__( 'Edit timestamp' ).'</label></legend>'; 758 758 759 759 $time_adj = time() + (get_option( 'gmt_offset' ) * 3600 ); … … 781 781 <input type="hidden" id="ss" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" onchange="edit_date.checked=true" /> 782 782 <?php 783 if ( $edit ) {784 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 );785 }786 ?>787 </fieldset>788 <?php789 790 783 } 791 784
Note: See TracChangeset
for help on using the changeset viewer.