Make WordPress Core


Ignore:
Timestamp:
11/06/2005 06:21:50 AM (19 years ago)
Author:
ryan
Message:

Add ids to timestamp fields. Props nmoog. fixes #1796

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r2995 r2998  
    866866?>
    867867</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" />
    873873<?php _e('Existing timestamp'); ?>:
    874874    <?php
Note: See TracChangeset for help on using the changeset viewer.