Make WordPress Core

Changeset 12443


Ignore:
Timestamp:
12/18/2009 06:23:50 AM (15 years ago)
Author:
azaozz
Message:

Fix typo in edit-tags.php, props nacin, fixes #11350 for 2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.9/wp-admin/edit-tags.php

    r12375 r12443  
    282282<h3><?php _e('Add a New Tag'); ?></h3>
    283283<form id="addtag" method="post" action="edit-tags.php" class="validate">
    284 <input type="hidden" name="action" value="add-tag" />
     284<input type="hidden" name="action" value="addtag" />
    285285<input type="hidden" name="taxonomy" value="<?php echo esc_attr($taxonomy); ?>" />
    286286<?php wp_nonce_field('add-tag'); ?>
Note: See TracChangeset for help on using the changeset viewer.