Changeset 7529 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 03/26/2008 08:06:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r7527 r7529 122 122 <?php if ( current_user_can( 'publish_posts' ) ) : // Contributors don't get to choose the date of publish ?> 123 123 <p class="curtime"><?php printf($stamp, $date, $time); ?> 124 <a href="#edit_timestamp" class="edit-timestamp " tabindex='4'><?php _e('Edit') ?></a></p>125 126 <div id='timestampdiv' ><?php touch_time(($action == 'edit'),1,4); ?></div>124 <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a></p> 125 126 <div id='timestampdiv' class='hide-if-js'><?php touch_time(($action == 'edit'),1,4); ?></div> 127 127 <?php endif; ?> 128 128 … … 206 206 <?php echo $form_prevstatus ?> 207 207 208 <div id="tagsdiv" class="postbox <?php echo postbox_classes('tagsdiv', 'post'); ?> ">208 <div id="tagsdiv" class="postbox <?php echo postbox_classes('tagsdiv', 'post'); ?> hide-if-no-js"> 209 209 <h3><?php _e('Tags'); ?></h3> 210 210 <div class="inside"> … … 219 219 220 220 <div id="category-adder" class="wp-hidden-children"> 221 <h4><a id="category-add-toggle" href="#category-add" tabindex="3"><?php _e( '+ Add New Category' ); ?></a></h4>221 <h4><a id="category-add-toggle" href="#category-add" class="hide-if-no-js" tabindex="3"><?php _e( '+ Add New Category' ); ?></a></h4> 222 222 <p id="category-add" class="wp-hidden-child"> 223 223 <input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php _e( 'New category name' ); ?>" tabindex="3" />
Note: See TracChangeset
for help on using the changeset viewer.