Changeset 37431 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r35940 r37431 416 416 * Deprecated HTTP Transport method which used fsockopen. 417 417 * 418 * This class is not used, and is included for backward scompatibility only.418 * This class is not used, and is included for backward compatibility only. 419 419 * All code should make use of WP_Http directly through its API. 420 420 * … … 425 425 */ 426 426 class WP_HTTP_Fsockopen extends WP_HTTP_Streams { 427 // For backward scompatibility for users who are using the class directly.427 // For backward compatibility for users who are using the class directly. 428 428 }
Note: See TracChangeset
for help on using the changeset viewer.