Make WordPress Core


Ignore:
Timestamp:
05/23/2003 07:27:58 AM (23 years ago)
Author:
saxmatt
Message:

Tweaked touch_time as part of Admin update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2-include/b2functions.php

    r13 r43  
    627627function touch_time($edit=1) {
    628628        global $month, $postdata, $time_difference;
    629         echo $postdata['Date'];
    630         echo '<br /><br /><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp" /><label for="timestamp"> Edit timestamp</label><br />';
     629        // echo $postdata['Date'];
     630        echo '<p><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp" /> <label for="timestamp">Edit timestamp</label><br />';
    631631       
    632632        $time_adj = time() + ($time_difference * 3600);
     
    655655<input type="text" name="hh" value="<?php echo $hh ?>" size="2" maxlength="2" /> :
    656656<input type="text" name="mn" value="<?php echo $mn ?>" size="2" maxlength="2" /> :
    657 <input type="text" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" />
     657<input type="text" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" /> </p>
    658658        <?php
    659659}
Note: See TracChangeset for help on using the changeset viewer.