Changeset 4249
- Timestamp:
- 09/25/2006 06:53:20 PM (19 years ago)
- Location:
- branches/2.0/wp-admin
- Files:
-
- 2 edited
-
edit-form-advanced.php (modified) (3 diffs)
-
post.php (modified) (1 diff)
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> -
branches/2.0/wp-admin/post.php
r4242 r4249 385 385 include('edit-form-advanced.php'); 386 386 ?> 387 <div class="wrap">387 <div id="wp-bookmarklet" class="wrap"> 388 388 <?php echo '<h3>'.__('WordPress bookmarklet').'</h3> 389 389 <p>'.__('Right click on the following link and choose "Add to favorites" to create a posting shortcut.').'</p>'; ?>
Note: See TracChangeset
for help on using the changeset viewer.