Changeset 2998 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 11/06/2005 06:21:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2995 r2998 866 866 ?> 867 867 </select> 868 <input type="text" name="jj" value="<?php echo $jj; ?>" size="2" maxlength="2" />869 <input type="text" name="aa" value="<?php echo $aa ?>" size="4" maxlength="5" /> @870 <input type="text" name="hh" value="<?php echo $hh ?>" size="2" maxlength="2" /> :871 <input type="text" name="mn" value="<?php echo $mn ?>" size="2" maxlength="2" />872 <input type="hidden" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" />868 <input type="text" id="jj" name="jj" value="<?php echo $jj; ?>" size="2" maxlength="2" /> 869 <input type="text" id="aa" name="aa" value="<?php echo $aa ?>" size="4" maxlength="5" /> @ 870 <input type="text" id="hh" name="hh" value="<?php echo $hh ?>" size="2" maxlength="2" /> : 871 <input type="text" id="mn" name="mn" value="<?php echo $mn ?>" size="2" maxlength="2" /> 872 <input type="hidden" id="ss" name="ss" value="<?php echo $ss ?>" size="2" maxlength="2" /> 873 873 <?php _e('Existing timestamp'); ?>: 874 874 <?php
Note: See TracChangeset
for help on using the changeset viewer.