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