Make WordPress Core


Ignore:
Timestamp:
10/25/2007 05:50:18 AM (18 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.