rajesh0228
Member
Posted 1 year ago #
Hi there...I just observed that the text "8)" gets auto converted to an emoticon/smiley!
Of course, I can uncheck "Convert emoticons like :-) and :-P to graphics on display" under Settings ->Writing...but I do not want to do that. Coz I want emoticons.
So is there any specific solution to this "8)" issue?
alexvorn2
Member
Posted 1 year ago #
yes! use this "8 )" OR "8 [any other character example .] )"
rajesh0228
Member
Posted 1 year ago #
alexvorn2, I've already used "8]". But "8 )" looks better.
Thanks for the advice!
wp-includes/functions.php line 2850++
function smilies_init() {
global $wpsmiliestrans, $wp_smiliessearch;
// don't bother setting up smilies if they are disabled
if ( !get_option( 'use_smilies' ) )
return;
if ( !isset( $wpsmiliestrans ) ) {
...........