Ticket #3164: branches_2.0_ids_001.diff
| File branches_2.0_ids_001.diff, 1.7 KB (added by , 19 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
97 97 <div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div> 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') ) : ?> 103 103 <label for="post_status_publish" class="selectit"><input id="post_status_publish" name="post_status" type="radio" value="publish" <?php checked($post->post_status, 'publish'); ?> /> <?php _e('Published') ?></label> … … 107 107 </fieldset> 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> 113 113 </fieldset> … … 244 244 </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> 250 250 </div> -
wp-admin/post.php
384 384 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>'; ?> 390 390 <p>