Make WordPress Core

Changeset 12445


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

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

File:
1 edited

Legend:

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

    r12443 r12445  
    2828switch($action) {
    2929
    30 case 'addtag':
     30case 'add-tag':
    3131
    3232    check_admin_referer('add-tag');
     
    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="addtag" />
     284<input type="hidden" name="action" value="add-tag" />
    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.