Make WordPress Core

Ticket #37992: fsockopen.php.patch

File fsockopen.php.patch, 142 bytes (added by amandato, 10 years ago)
Line 
173,74c73,76
2< $url_parts['port'] = 443;
3<
4---
5> if( empty($url_parts['port']) ) {
6> $url_parts['port'] = 443;
7> }
8>