How to turn off Smilies in Wordpress
Smilies aren’t always a good thing, depending on the professional level of your blog, you might want to turn them off, here’s how.
In your wp-config.php file, below the database stuff, add this line:
[php]$wpsmiliestrans = array();[/php]
[tags]wordpress, php[/tags]


