Mark Snoopy as deprecated. see #12882

git-svn-id: https://develop.svn.wordpress.org/trunk@14052 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-10 11:32:02 +00:00
parent 16256fd828
commit 8aad6ef615
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
<?php
/**
* Deprecated. Use WP_HTTP (http.php, class-http.php) instead.
*/
_deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/http.php' );
if ( !class_exists( 'Snoopy' ) ) :
/*************************************************