Changeset 6289

Show
Ignore:
Timestamp:
10/25/07 05:50:18 (1 year ago)
Author:
ryan
Message:

get rid of old style ajax adder junk. Fixes adding cats from manage -> categories. Props mdawaffe

Files:

Legend:

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

    r6213 r6289  
    4444        </tr> 
    4545    </table> 
    46 <p class="submit"><input type="submit" class="add:the-list:cat:addcat" name="submit" value="<?php echo $submit_text ?>" /></p> 
     46<p class="submit"><input type="submit" name="submit" value="<?php echo $submit_text ?>" /></p> 
    4747<?php do_action('edit_category_form', $category); ?> 
    4848</form>