Changeset 14614 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 05/14/2010 12:34:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r14398 r14614 25 25 <div class="wrap"> 26 26 <?php screen_icon(); ?> 27 <h2><?php printf(_x('Edit %s', '%s: singular taxonomy name'), $tax->singular_label); ?></h2>27 <h2><?php echo $tax->labels->edit_item; ?></h2> 28 28 <div id="ajax-response"></div> 29 29 <form name="edittag" id="edittag" method="post" action="edit-tags.php" class="validate"> … … 76 76 do_action($taxonomy . '_edit_form', $tag, $taxonomy); 77 77 ?> 78 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr( sprintf(_x('Update %s', '%s: singular taxonomy name'), $tax->singular_label)); ?>" /></p>78 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr( __( 'Update' ) ); ?>" /></p> 79 79 </form> 80 80 </div>
Note: See TracChangeset
for help on using the changeset viewer.