Make WordPress Core


Ignore:
Timestamp:
02/21/2008 10:20:19 PM (19 years ago)
Author:
ryan
Message:

Validation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r6950 r6961  
    774774                $tab_index_attribute = " tabindex=\"$tab_index\"";
    775775
    776         echo '<legend><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> <label for="timestamp">'.__( 'Edit timestamp' ).'</label></legend>';
     776        echo '<input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> <label for="timestamp">'.__( 'Edit timestamp' ).'</label>';
    777777
    778778        $time_adj = time() + (get_option( 'gmt_offset' ) * 3600 );
Note: See TracChangeset for help on using the changeset viewer.