Just checking to make sure that my acronym replacer doesn’t do stupid things like replacing acronyms in URL’s, you know, like here: [;-)] a link with php, irc, html and css all in the link yay, it works, and WP still remains standing!

Incidentally, if you want the hack for your copy of WordPress … just grab it here and copy these lines into your my-hacks.php:

   // And this is for acronym replacement, it's kind-of cool
   include_once('wp-includes/acronyms.php');
   add_filter('the_content', 'acronyms');
   add_filter('comment_text', 'acronyms');