WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #37992
Ticket #37992
: fsockopen.php.patch
File fsockopen.php.patch,
142 bytes
(added by
amandato
,
8 years ago
)
Line
1
73,74c73,76
2
< $url_parts['port'] = 443;
3
<
4
---
5
> if( empty($url_parts['port']) ) {
6
> $url_parts['port'] = 443;
7
> }
8
>
Trac UI Preferences
Download in other formats:
Original Format