Changeset 4250
- Timestamp:
- 09/25/2006 06:53:48 PM (19 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
edit-form-advanced.php (modified) (3 diffs)
-
post-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r4213 r4250 100 100 </fieldset> 101 101 102 <fieldset class="dbx-box">102 <fieldset id="poststatusdiv" class="dbx-box"> 103 103 <h3 class="dbx-handle"><?php _e('Post Status') ?></h3> 104 104 <div class="dbx-content"><?php if ( current_user_can('publish_posts') ) : ?> … … 110 110 111 111 <?php if ( current_user_can('edit_posts') ) : ?> 112 <fieldset class="dbx-box">112 <fieldset id="posttimestampdiv" class="dbx-box"> 113 113 <h3 class="dbx-handle"><?php _e('Post Timestamp'); ?>:</h3> 114 114 <div class="dbx-content"><?php touch_time(($action == 'edit')); ?></div> … … 205 205 206 206 <div class="dbx-box-wrapper"> 207 <fieldset class="dbx-box">207 <fieldset id="trackbacksdiv" class="dbx-box"> 208 208 <div class="dbx-handle-wrapper"> 209 209 <h3 class="dbx-handle"><?php _e('Trackbacks') ?></h3> -
trunk/wp-admin/post-new.php
r4144 r4250 55 55 56 56 <?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?> 57 <div class="wrap">57 <div id="wp-bookmarklet" class="wrap"> 58 58 <h3><?php _e('WordPress bookmarklet'); ?></h3> 59 59 <p><?php _e('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.