Fix typo in edit-tags.php, props nacin, fixes #11350 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@12442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
11865461fc
commit
6084374677
|
@ -281,7 +281,7 @@ else
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<h3><?php _e('Add a New Tag'); ?></h3>
|
<h3><?php _e('Add a New Tag'); ?></h3>
|
||||||
<form id="addtag" method="post" action="edit-tags.php" class="validate">
|
<form id="addtag" method="post" action="edit-tags.php" class="validate">
|
||||||
<input type="hidden" name="action" value="add-tag" />
|
<input type="hidden" name="action" value="addtag" />
|
||||||
<input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" />
|
<input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" />
|
||||||
<?php wp_nonce_field('add-tag'); ?>
|
<?php wp_nonce_field('add-tag'); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue