Make WordPress Core


Ignore:
Timestamp:
10/31/2007 03:53:32 AM (19 years ago)
Author:
ryan
Message:

AJAX for link category add and delete. Props mdawaffe. fixes #5291

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-category-form.php

    r6118 r6299  
    1010        $heading = __('Add Category');
    1111        $submit_text = __('Add Category »');
    12         $form = '<form name="addcat" id="addcat" method="post" action="link-category.php">';
     12        $form = '<form name="addcat" id="addcat" class="add:the-list:" method="post" action="link-category.php">';
    1313        $action = 'addcat';
    1414        $nonce_action = 'add-link-category';
Note: See TracChangeset for help on using the changeset viewer.