From: Michael Vogel Date: Sat, 24 Dec 2016 11:49:05 +0000 (+0100) Subject: Merge pull request #3044 from rabuzarus/20161224_-_update_perfect_scrollbar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=80ec0398d877810ddfb8c76f2f258fdaa962ec9e;hp=3677467cefc505a823f643de5d73d28294d485e3;p=friendica.git Merge pull request #3044 from rabuzarus/20161224_-_update_perfect_scrollbar update perfect-scrollbar to version 0.6.15 --- diff --git a/include/Probe.php b/include/Probe.php index 5c2ba86ccd..6145daaaae 100644 --- a/include/Probe.php +++ b/include/Probe.php @@ -324,7 +324,7 @@ class Probe { !isset($parts["path"])) return false; - // todo: Ports? + /// @todo: Ports? $host = $parts["host"]; if ($host == 'twitter.com') diff --git a/include/socgraph.php b/include/socgraph.php index 135d759bfd..64f78b4585 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -1187,7 +1187,7 @@ function update_suggestions() { $done = array(); - /// TODO Check if it is really neccessary to poll the own server + /// @TODO Check if it is really neccessary to poll the own server poco_load(0,0,0,App::get_baseurl() . '/poco'); $done[] = App::get_baseurl() . '/poco';