Make WordPress Core

Ticket #4140: tags.2.diff

File tags.2.diff, 1.4 KB (added by andy, 17 years ago)

This time with new wording.

  • wp-admin/wp-admin.css

     
    538538        border: none;
    539539}
    540540
    541 #postdiv, #titlediv, #guiddiv {
     541#postdiv, #titlediv, #guiddiv, #tagdiv {
    542542        margin: 0 8px 0 0;
    543543        padding: 0;
    544544}
     
    558558        line-height: 140%;
    559559}
    560560
    561 #titlediv input, #guiddiv input, #tags_input {
     561#titlediv input, #guiddiv input, #tagdiv input {
    562562        margin: 0;
    563563        width: 100%;
    564564}
  • wp-admin/edit-form-advanced.php

     
    159159<?php echo $form_pingback ?>
    160160<?php echo $form_prevstatus ?>
    161161
    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>
    165166
    166167<p class="submit">
    167168<span id="autosave"></span>