[wp-trac] [WordPress Trac] #34773: Option to NOT convert text emoticons to images is no longer available in the Writing Settings if your database version is greater (or equal to) 32453

WordPress Trac noreply at wordpress.org
Mon Nov 23 22:31:44 UTC 2015


#34773: Option to NOT convert text emoticons to images is no longer available in
the Writing Settings if your database version is greater (or equal to)
32453
--------------------------+------------------------------
 Reporter:  Geek Goddess  |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Formatting    |     Version:  4.3.1
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by SergeyBiryukov):

 * component:  General => Formatting


Comment:

 Hi Geek Goddess, welcome to Trac!

 The option was intentionally hidden in [32454]. It can be disabled with a
 single line in a plugin or in a child theme:
 {{{
 add_filter( 'option_use_smilies', '__return_false' );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34773#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list