Ticket #20760: 20760.patch
File 20760.patch, 598 bytes (added by , 13 years ago) |
---|
-
wp-admin/setup-config.php
197 197 * @ignore 198 198 */ 199 199 function get_bloginfo() { 200 return ( ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . str_replace( $_SERVER['PHP_SELF'], '/wp-admin/setup-config.php', '' ));200 return ( ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] ); 201 201 } 202 202 /**#@-*/ 203 203 $secret_keys = wp_remote_get( 'https://api.wordpress.org/secret-key/1.1/salt/' );