Changeset 4249 for branches/2.0/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/25/2006 06:53:20 PM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/edit-form-advanced.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/edit-form-advanced.php
r4242 r4249 98 98 </fieldset> 99 99 100 <fieldset class="dbx-box">100 <fieldset id="poststatusdiv" class="dbx-box"> 101 101 <h3 class="dbx-handle"><?php _e('Post Status') ?></h3> 102 102 <div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?> … … 108 108 109 109 <?php if ( current_user_can('edit_posts') ) : ?> 110 <fieldset class="dbx-box">110 <fieldset id="posttimestampdiv" class="dbx-box"> 111 111 <h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3> 112 112 <div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div> … … 245 245 246 246 <div class="dbx-box-wrapper"> 247 <fieldset class="dbx-box">247 <fieldset id="trackbacksdiv" class="dbx-box"> 248 248 <div class="dbx-handle-wrapper"> 249 249 <h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.