Changeset 5254
- Timestamp:
- 04/12/2007 04:13:37 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r5182 r5254 160 160 <?php echo $form_prevstatus ?> 161 161 162 <div class="tagdiv"><p><?php _e('Enter tags (keywords) that you feel describe this post separated by commas: (ex: dogs, san francisco, cats.)'); ?><br /> 163 <input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /> 164 </p></div> 162 <fieldset id="tagdiv"> 163 <legend><?php _e('Tags (separate multiple tags with commas: cats, pet food, dogs)'); ?></legend> 164 <div><input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div> 165 </fieldset> 165 166 166 167 <p class="submit"> -
trunk/wp-admin/wp-admin.css
r5185 r5254 539 539 } 540 540 541 #postdiv, #titlediv, #guiddiv {541 #postdiv, #titlediv, #guiddiv, #tagdiv { 542 542 margin: 0 8px 0 0; 543 543 padding: 0; … … 559 559 } 560 560 561 #titlediv input, #guiddiv input, #tag s_input {561 #titlediv input, #guiddiv input, #tagdiv input { 562 562 margin: 0; 563 563 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.