Changeset 31607 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 03/03/2015 09:52:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r31550 r31607 419 419 <div class="ajaxtag hide-if-no-js"> 420 420 <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>422 421 <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="" /> 423 422 <input type="button" class="button tagadd" value="<?php esc_attr_e('Add'); ?>" /></p>
Note: See TracChangeset
for help on using the changeset viewer.