Changeset 711697
- Timestamp:
- 05/12/2013 10:26:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
live-stream-badger/trunk/live-stream-badger-plugin.php
r711690 r711697 59 59 exit ( $antique_php_version_message ); 60 60 } 61 if ( !wp_http_supports() ) { 62 $no_transport_message = 'No HTTP transport (curl, streams, fsockopen) is available. Please inquiry your hosting provider for an upgrade.'; 63 exit ( $no_transport_message ); 64 } 61 65 } 62 66
Note: See TracChangeset
for help on using the changeset viewer.