Ticket #8593: 8593.patch
File 8593.patch, 556 bytes (added by , 12 years ago) |
---|
-
wp-includes/canonical.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk bare
44 44 // build the URL in the address bar 45 45 $requested_url = is_ssl() ? 'https://' : 'http://'; 46 46 $requested_url .= $_SERVER['HTTP_HOST']; 47 $requested_url .= $_SERVER['HTTP_PORT'] == '80' ? '' : ':'.(int) $_SERVER['HTTP_PORT']; 47 48 $requested_url .= $_SERVER['REQUEST_URI']; 48 49 } 49 50