Changeset 50556 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 03/20/2021 06:28:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tag-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r50505 r50556 112 112 ?> 113 113 > 114 <input type="hidden" name="action" value="editedtag" />115 <input type="hidden" name="tag_ID" value="<?php echo esc_attr( $tag_ID ); ?>" />116 <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" />114 <input type="hidden" name="action" value="editedtag" /> 115 <input type="hidden" name="tag_ID" value="<?php echo esc_attr( $tag_ID ); ?>" /> 116 <input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" /> 117 117 <?php 118 118 wp_original_referer_field( true, 'previous' );
Note: See TracChangeset
for help on using the changeset viewer.