parent
e016db8bc6
commit
a98d2ee387
|
@ -37,6 +37,9 @@ function create_tags_from_item($itemid) {
|
||||||
|
|
||||||
$data = " ".$message["title"]." ".$message["body"]." ".$tags." ";
|
$data = " ".$message["title"]." ".$message["body"]." ".$tags." ";
|
||||||
|
|
||||||
|
// ignore anything in a code block
|
||||||
|
$data = preg_replace('/\[code\](.*?)\[\/code\]/sm','',$data);
|
||||||
|
|
||||||
$tags = array();
|
$tags = array();
|
||||||
|
|
||||||
$pattern = "/\W\#([^\[].*?)[\s'\".,:;\?!\[\]\/]/ism";
|
$pattern = "/\W\#([^\[].*?)[\s'\".,:;\?!\[\]\/]/ism";
|
||||||
|
|
Loading…
Reference in a new issue