Changeset 10191
- Timestamp:
- 12/11/2008 06:10:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/http.php
r10150 r10191 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.