Changeset 6213 for trunk/wp-admin/edit-category-form.php
- Timestamp:
- 10/09/2007 10:49:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-category-form.php
r6026 r6213 10 10 $heading = __('Add Category'); 11 11 $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:">'; 13 13 $action = 'addcat'; 14 14 $nonce_action = 'add-category'; … … 44 44 </tr> 45 45 </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> 47 47 <?php do_action('edit_category_form', $category); ?> 48 48 </form>
Note: See TracChangeset
for help on using the changeset viewer.