### Eclipse Workspace Patch 1.0
#P wordpress-trunk
|
|
|
|
| 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'] . str_replace( '/wp-admin/setup-config.php', '', $_SERVER['PHP_SELF'] ) ); |
| 198 | 198 | } |
| 199 | 199 | /**#@-*/ |
| 200 | 200 | $secret_keys = wp_remote_get( 'https://api.wordpress.org/secret-key/1.1/salt/' ); |