Ticket #11285: 11285-add_category_form_fields.patch
File 11285-add_category_form_fields.patch, 634 bytes (added by , 15 years ago) |
---|
-
categories.php
282 282 <textarea name="category_description" id="category_description" rows="5" cols="40"></textarea> 283 283 <p><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p> 284 284 </div> 285 <?php do_action('add_category_form_fields', $category); ?> 285 286 286 287 <p class="submit"><input type="submit" class="button" name="submit" value="<?php esc_attr_e('Add Category'); ?>" /></p> 287 288 <?php do_action('edit_category_form', $category); ?>