Ticket #24849: 24849.diff
File 24849.diff, 411 bytes (added by , 11 years ago) |
---|
-
wp-includes/formatting.php
3428 3428 if ( preg_match( '/<a\s[^>]*?href=([\'"])(.+?)\1/is', $content, $matches ) ) 3429 3429 return esc_url_raw( $matches[2] ); 3430 3430 3431 return false;3431 return apply_filters( 'get_url_in_content', false ); 3432 3432 }