Changeset 4787 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 01/23/2007 07:43:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r4760 r4787 108 108 <?php if ( current_user_can('edit_posts') ) : ?> 109 109 <fieldset id="posttimestampdiv" class="dbx-box"> 110 <h3 class="dbx-handle"><?php _e('Post Timestamp'); ?> :</h3>110 <h3 class="dbx-handle"><?php _e('Post Timestamp'); ?></h3> 111 111 <div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div> 112 112 </fieldset> … … 118 118 ?> 119 119 <fieldset id="authordiv" class="dbx-box"> 120 <h3 class="dbx-handle"><?php _e('Post Author'); ?> :</h3>120 <h3 class="dbx-handle"><?php _e('Post Author'); ?></h3> 121 121 <div class="dbx-content"> 122 122 <select name="post_author_override" id="post_author_override">
Note: See TracChangeset
for help on using the changeset viewer.