Make WordPress Core


Ignore:
Timestamp:
12/01/2006 11:00:04 PM (19 years ago)
Author:
ryan
Message:

Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes #3208

File:
1 edited

Legend:

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

    r4495 r4583  
    1717<div class="wrap">
    1818<h2><?php echo $heading ?></h2>
     19<div id="ajax-response"></div>
    1920<?php echo $form ?>
    2021<input type="hidden" name="action" value="<?php echo $action ?>" />
     
    4243    </table>
    4344<p class="submit"><input type="submit" name="submit" value="<?php echo $submit_text ?>" /></p>
    44 <div id="ajax-response"></div>
    4545<?php do_action('edit_category_form', $category); ?>
    4646</form>
Note: See TracChangeset for help on using the changeset viewer.