Mark Snoopy as deprecated. see #12882
git-svn-id: http://svn.automattic.com/wordpress/trunk@14052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1c688ceead
commit
71d7acc71d
|
@ -1,4 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Deprecated. Use WP_HTTP (http.php, class-http.php) instead.
|
||||||
|
*/
|
||||||
|
_deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/http.php' );
|
||||||
|
|
||||||
if ( !class_exists( 'Snoopy' ) ) :
|
if ( !class_exists( 'Snoopy' ) ) :
|
||||||
/*************************************************
|
/*************************************************
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue