modify linkify to work correctly with Red mid's containing '@'
This commit is contained in:
		| @@ -716,7 +716,7 @@ function valid_email($x){ | ||||
|  | ||||
|  | ||||
| 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" >$1</a>', $s); | ||||
| 	$s = preg_replace("/\<(.*?)(src|href)=(.*?)\&\;(.*?)\>/ism",'<$1$2=$3&$4>',$s); | ||||
| 	return($s); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user