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/class-wp-press-this.php

    r31601 r31607  
    645645                <div class="ajaxtag hide-if-no-js">
    646646                    <label class="screen-reader-text" for="new-tag-post_tag"><?php _e( 'Tags' ); ?></label>
    647                     <div class="taghint"><?php echo $taxonomy->labels->add_new_item; ?></div>
    648647                    <p>
    649648                        <input type="text" id="new-tag-post_tag" name="newtag[post_tag]" class="newtag form-input-tip" size="16" autocomplete="off" value="" />
Note: See TracChangeset for help on using the changeset viewer.