Skip to content

Commit

Permalink
Fix typo in edit-tags.php, props nacin, fixes #11350 for 2.9
Browse files Browse the repository at this point in the history
git-svn-id: https://develop.svn.wordpress.org/branches/2.9@12443 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
azaozz committed Dec 18, 2009
1 parent 2c7777e commit 0f16a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/edit-tags.php
Expand Up @@ -281,7 +281,7 @@
<div class="form-wrap">
<h3><?php _e('Add a New Tag'); ?></h3>
<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); ?>" />
<?php wp_nonce_field('add-tag'); ?>

Expand Down

0 comments on commit 0f16a5c

Please sign in to comment.