Ticket #17594: 17594.diff
File 17594.diff, 487 bytes (added by , 10 years ago) |
---|
-
wp-includes/link-template.php
1958 1958 * @return string Home url link with optional path appended. 1959 1959 */ 1960 1960 function get_home_url( $blog_id = null, $path = '', $scheme = null ) { 1961 do_action( 'pre_get_home_url' ); 1962 1961 1963 $orig_scheme = $scheme; 1962 1964 1963 1965 if ( !in_array( $scheme, array( 'http', 'https' ) ) )