Add conditional load back to snoopy and strip trailing whites

git-svn-id: http://svn.automattic.com/wordpress/trunk@9307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-23 22:19:21 +00:00
parent 076763cfff
commit b7ca9bd521

View File

@ -1,5 +1,5 @@
<?php
if ( !in_array('Snoopy', get_declared_classes() ) ) :
/*************************************************
Snoopy - the PHP net client
@ -1246,5 +1246,5 @@ class Snoopy
return $postdata;
}
}
endif;
?>