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:
parent
076763cfff
commit
b7ca9bd521
|
@ -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;
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue