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:
parent
8f9056c73c
commit
e6708e9504
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
if ( !in_array('Snoopy', get_declared_classes() ) ) :
|
||||||
/*************************************************
|
/*************************************************
|
||||||
|
|
||||||
Snoopy - the PHP net client
|
Snoopy - the PHP net client
|
||||||
|
@ -1246,5 +1246,5 @@ class Snoopy
|
||||||
return $postdata;
|
return $postdata;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
endif;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue