Skip to content

Commit

Permalink
Fix typo in edit-tags.php (proper patch), props nacin, fixes #11350 f…
Browse files Browse the repository at this point in the history
…or 2.9

git-svn-id: https://develop.svn.wordpress.org/branches/2.9@12445 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
azaozz committed Dec 18, 2009
1 parent 0f16a5c commit 036d3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-admin/edit-tags.php
Expand Up @@ -27,7 +27,7 @@

switch($action) {

case 'addtag':
case 'add-tag':

check_admin_referer('add-tag');

Expand Down 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="addtag" />
<input type="hidden" name="action" value="add-tag" />
<input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" />
<?php wp_nonce_field('add-tag'); ?>

Expand Down

0 comments on commit 036d3c9

Please sign in to comment.