Opened 12 years ago
Closed 12 years ago
#22848 closed enhancement (duplicate)
add tinyMCE to category and tag description
Reported by: | zabatonni | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
clients often asks how to add hyperlink or bold text into category description.
simple solution is to edit core wp-admin/edit-tag.php
and replace line 65 with this code
<?php wp_editor(html_entity_decode($tag->description),'description',array('wpautop'=>true,'media_buttons'=>false,'quicktags'=>true,'textarea_rows'=>'15','textarea_name'=>'description')); ?>
but it's always getting back after updating
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #20901.
Also, no need to hack the core file, there's a plugin for that:
http://wordpress.org/extend/plugins/rich-text-tags/