[wp-trac] [WordPress Trac] #22848: add tinyMCE to category and tag description

WordPress Trac noreply at wordpress.org
Mon Dec 10 15:01:08 UTC 2012


#22848: add tinyMCE to category and tag description
-----------------------------+-------------------------
 Reporter:  zabatonni        |       Type:  enhancement
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  General
  Version:                   |   Severity:  normal
 Keywords:                   |
-----------------------------+-------------------------
 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

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22848>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list