Changeset 4583 for trunk/wp-admin/edit-category-form.php
- Timestamp:
- 12/01/2006 11:00:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-category-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-category-form.php
r4495 r4583 17 17 <div class="wrap"> 18 18 <h2><?php echo $heading ?></h2> 19 <div id="ajax-response"></div> 19 20 <?php echo $form ?> 20 21 <input type="hidden" name="action" value="<?php echo $action ?>" /> … … 42 43 </table> 43 44 <p class="submit"><input type="submit" name="submit" value="<?php echo $submit_text ?>" /></p> 44 <div id="ajax-response"></div>45 45 <?php do_action('edit_category_form', $category); ?> 46 46 </form>
Note: See TracChangeset
for help on using the changeset viewer.