Make WordPress Core


Ignore:
Timestamp:
03/03/2015 09:52:35 PM (10 years ago)
Author:
helen
Message:

Remove the once-placeholder-esque "tag hint", which has not worked in quite some time.

It's not particularly useful, and adds visual noise when in place.

props welcher.
fixes #31485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r31550 r31607  
    419419    <div class="ajaxtag hide-if-no-js">
    420420        <label class="screen-reader-text" for="new-tag-<?php echo $tax_name; ?>"><?php echo $box['title']; ?></label>
    421         <div class="taghint"><?php echo $taxonomy->labels->add_new_item; ?></div>
    422421        <p><input type="text" id="new-tag-<?php echo $tax_name; ?>" name="newtag[<?php echo $tax_name; ?>]" class="newtag form-input-tip" size="16" autocomplete="off" value="" />
    423422        <input type="button" class="button tagadd" value="<?php esc_attr_e('Add'); ?>" /></p>
Note: See TracChangeset for help on using the changeset viewer.