Changeset 10190
- Timestamp:
- 12/11/2008 06:08:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/http.php
r10150 r10190 1063 1063 */ 1064 1064 function test() { 1065 if ( function_exists('curl_init') )1065 if ( function_exists('curl_init') && function_exists('curl_exec') ) 1066 1066 return true; 1067 1067
Note: See TracChangeset
for help on using the changeset viewer.