Make WordPress Core


Ignore:
Timestamp:
09/16/2007 06:25:10 PM (17 years ago)
Author:
ryan
Message:

Add tags-input class. Props momo360modena. fixes #4989

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r6059 r6123  
    160160<fieldset id="tagdiv">
    161161    <legend><?php _e('Tags (separate multiple tags with commas: cats, pet food, dogs)'); ?></legend>
    162     <div><input type="text" name="tags_input" id="tags-input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div>
     162    <div><input type="text" name="tags_input" class="tags-input" id="tags-input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div>
    163163</fieldset>
    164164
Note: See TracChangeset for help on using the changeset viewer.