Changeset 37985 for trunk/src/wp-includes/class-snoopy.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-snoopy.php
r37094 r37985 4 4 * Deprecated. Use WP_HTTP (http.php) instead. 5 5 */ 6 _deprecated_file( basename( __FILE__ ), '3.0 ', WPINC . '/http.php' );6 _deprecated_file( basename( __FILE__ ), '3.0.0', WPINC . '/http.php' ); 7 7 8 8 if ( ! class_exists( 'Snoopy', false ) ) :
Note: See TracChangeset
for help on using the changeset viewer.