Make WordPress Core


Ignore:
Timestamp:
08/31/2012 06:20:28 PM (12 years ago)
Author:
markjaquith
Message:

Fix the adding of link categories through the "Add Link" screen. props yoavf. fixes #21590 for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r21664 r21688  
    687687            <label class="screen-reader-text" for="newcat"><?php _e( '+ Add New Category' ); ?></label>
    688688            <input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php esc_attr_e( 'New category name' ); ?>" aria-required="true" />
    689             <input type="button" id="category-add-submit" class="add:categorychecklist:linkcategorydiv button" value="<?php esc_attr_e( 'Add' ); ?>" />
     689            <input type="button" id="link-category-add-submit" class="add:categorychecklist:linkcategorydiv button" value="<?php esc_attr_e( 'Add' ); ?>" />
    690690            <?php wp_nonce_field( 'add-link-category', '_ajax_nonce', false ); ?>
    691691            <span id="category-ajax-response"></span>
Note: See TracChangeset for help on using the changeset viewer.