I'm trying to add a XSL to my comments feeds. I'm editing wp-commentsrss2.php, adding the correct code in the correct place. But when I view a feed after adding the new code, the new line is not there. In fact I went as far as deleting the file, but the feeds were still generated!
What's going on? Am I editing a dummy file or what?
Edit: The code is <?xml-stylesheet type="text/xsl" href="<?php bloginfo('stylesheet_directory'); ?>/xml.xsl" ?>