mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
remote links
This commit is contained in:
parent
58309829a1
commit
ebba294189
2 changed files with 4 additions and 4 deletions
2
boot.php
2
boot.php
|
@ -1878,7 +1878,7 @@ function aes_encrypt($val,$ky)
|
|||
|
||||
if(! function_exists('linkify')) {
|
||||
function linkify($s) {
|
||||
$s = preg_replace("/(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\.\=\_\~\#\'\%]*)/", ' <a href="$1" >$1</a>', $s);
|
||||
$s = preg_replace("/(https?\:\/\/[a-zA-Z0-9\:\/\-\?\&\.\=\_\~\#\'\%]*)/", ' <a href="$1" target="external-link">$1</a>', $s);
|
||||
return($s);
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue