]> git.mxchange.org Git - friendica.git/blobdiff - include/plaintext.php
gcontact update script, rebuilt follow page, query speedup for community and network...
[friendica.git] / include / plaintext.php
index 204feb137f00bf05dba1731977069d6ffc9aa781..cb56850d4f3cec833eacab9953527df603c3ac74 100644 (file)
@@ -106,8 +106,8 @@ function get_attached_data($body) {
 }
 
 function shortenmsg($msg, $limit, $twitter = false) {
-       // To-Do:
-       // For Twitter URLs aren't shortened, but they have to be calculated as if.
+       /// @TODO
+       /// For Twitter URLs aren't shortened, but they have to be calculated as if.
 
        $lines = explode("\n", $msg);
        $msg = "";