Changeset 14052
- Timestamp:
- 04/10/2010 11:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-snoopy.php
r12705 r14052 1 1 <?php 2 3 /** 4 * Deprecated. Use WP_HTTP (http.php, class-http.php) instead. 5 */ 6 _deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/http.php' ); 7 2 8 if ( !class_exists( 'Snoopy' ) ) : 3 9 /*************************************************
Note: See TracChangeset
for help on using the changeset viewer.