]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Removed commented code
[friendica.git] / include / text.php
index 50e2e81931724a2e29f1c7ce5bb7404a8f8fa488..83eab192702d6224bc013cd7c8350ae0dd8e8e44 100644 (file)
@@ -770,7 +770,8 @@ function activity_match($haystack,$needle) {
 
 
 /**
- * Pull out all #hashtags and @person tags from $string;
+ * @brief Pull out all #hashtags and @person tags from $string.
+ * 
  * We also get @person@domain.com - which would make
  * the regex quite complicated as tags can also
  * end a sentence. So we'll run through our results