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/edit-form-advanced.php

    r6955 r6961  
    145145&nbsp;<a href="#edit_timestamp" class="edit-timestamp"><?php _e('Edit') ?></a></p>
    146146
    147 <div id='timestamp'><?php touch_time(($action == 'edit')); ?></div>
     147<div id='timestampdiv'><?php touch_time(($action == 'edit')); ?></div>
    148148
    149149</div>
     
    298298
    299299<div id="commentstatusdiv" class="postbox <?php echo postbox_classes('commentstatusdiv', 'post'); ?>">
    300 <h3><?php _e('Comments & Pings') ?></h3>
     300<h3><?php _e('Comments &amp; Pings') ?></h3>
    301301<div class="inside">
    302302<input name="advanced_view" type="hidden" value="1" />
Note: See TracChangeset for help on using the changeset viewer.