Ticket #10434: 10434.diff
File 10434.diff, 471 bytes (added by , 12 years ago) |
---|
-
feed.php
488 488 */ 489 489 function self_link() { 490 490 $host = @parse_url(home_url()); 491 echo esc_url( set_url_scheme( 'http://' . $host['host'] . stripslashes($_SERVER['REQUEST_URI']) ) );491 echo esc_url( apply_filters( 'self_link', set_url_scheme( 'http://' . $host['host'] . stripslashes($_SERVER['REQUEST_URI']) ) ) ); 492 492 } 493 493 494 494 /**