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

git-svn-id: https://develop.svn.wordpress.org/trunk@6123 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-09-16 18:25:10 +00:00
parent 04187b1efe
commit c5c55b7af2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ if ( $authors && count( $authors ) > 1 ) :
<fieldset id="tagdiv">
<legend><?php _e('Tags (separate multiple tags with commas: cats, pet food, dogs)'); ?></legend>
<div><input type="text" name="tags_input" id="tags-input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /></div>
<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>
</fieldset>
<p class="submit">