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-page-form.php

    r6955 r6961  
    123123&nbsp;<a href="#edit_timestamp" class="edit-timestamp"><?php _e('Edit') ?></a></p>
    124124
    125 <div id='timestamp'><?php touch_time(($action == 'edit')); ?></div>
     125<div id='timestampdiv'><?php touch_time(($action == 'edit')); ?></div>
    126126
    127127</div>
     
    195195
    196196<div id="pagecommentstatusdiv" class="postbox <?php echo postbox_classes('pagecommentstatusdiv', 'page'); ?>">
    197 <h3><?php _e('Comments & Pings') ?></h3>
     197<h3><?php _e('Comments &amp; Pings') ?></h3>
    198198<div class="inside">
    199199<input name="advanced_view" type="hidden" value="1" />
Note: See TracChangeset for help on using the changeset viewer.