Ticket #4140: tags.diff
File tags.diff, 1.4 KB (added by , 17 years ago) |
---|
-
wp-admin/wp-admin.css
538 538 border: none; 539 539 } 540 540 541 #postdiv, #titlediv, #guiddiv {541 #postdiv, #titlediv, #guiddiv, #tagdiv { 542 542 margin: 0 8px 0 0; 543 543 padding: 0; 544 544 } … … 558 558 line-height: 140%; 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%; 564 564 } -
wp-admin/edit-form-advanced.php
159 159 <?php echo $form_pingback ?> 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('Enter tags (keywords) that you feel describe this post separated by commas: (ex: dogs, san francisco, cats.)'); ?></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"> 167 168 <span id="autosave"></span>