Add conditional load back to snoopy and strip trailing whites

git-svn-id: https://develop.svn.wordpress.org/trunk@9307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-23 22:19:21 +00:00
parent 8f9056c73c
commit e6708e9504
1 changed files with 136 additions and 136 deletions

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;
?>