I’m customizing an existing theme (not WPMU) for a designer and the theme eliminates all spacing between paragraphs. I commented out this line in functions.php, but it doesn’t solve the problem:
remove_filter( 'the_content', 'wpautop' );
Any ideas about what else might be doing it?