Make WordPress Core


Ignore:
Timestamp:
06/19/2009 06:56:28 PM (15 years ago)
Author:
westi
Message:

Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy

File:
1 edited

Legend:

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

    r11204 r11608  
    7575            <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
    7676        </tr>
     77        <?php do_action('edit_link_category_form_fields', $category); ?>
    7778    </table>
    7879<p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr($submit_text) ?>" /></p>
Note: See TracChangeset for help on using the changeset viewer.