Ticket #4989: class_tag_input.patch
| File class_tag_input.patch, 675 bytes (added by momo360modena, 6 years ago) |
|---|
-
edit-form-advanced.php
159 159 160 160 <fieldset id="tagdiv"> 161 161 <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> 163 163 </fieldset> 164 164 165 165 <p class="submit">
