Make WordPress Core


Ignore:
Timestamp:
10/09/2007 10:49:42 PM (17 years ago)
Author:
ryan
Message:

jquery for list manipulation. Round one, fight. Props mdawaffe. fixes #4805

File:
1 edited

Legend:

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

    r6026 r6213  
    1010    $heading = __('Add Category');
    1111    $submit_text = __('Add Category »');
    12     $form = '<form name="addcat" id="addcat" method="post" action="categories.php">';
     12    $form = '<form name="addcat" id="addcat" method="post" action="categories.php" class="add:the-list:">';
    1313    $action = 'addcat';
    1414    $nonce_action = 'add-category';
     
    4444        </tr>
    4545    </table>
    46 <p class="submit"><input type="submit" name="submit" value="<?php echo $submit_text ?>" /></p>
     46<p class="submit"><input type="submit" class="add:the-list:cat:addcat" name="submit" value="<?php echo $submit_text ?>" /></p>
    4747<?php do_action('edit_category_form', $category); ?>
    4848</form>
Note: See TracChangeset for help on using the changeset viewer.