X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=application%2Fbookmark%2FLinkUtils.php;fp=application%2FLinkUtils.php;h=de5b61cbcaf6e8467d57eb9c49aa009d0a832754;hb=fe3713d2e5c91e2d07af72b39f321521d3dd470c;hp=b5110edc490b645fdd124f760fa50e91caf7496d;hpb=6696729b88e67504fdd333cbaab43a63c3617d86;p=github%2Fshaarli%2FShaarli.git diff --git a/application/LinkUtils.php b/application/bookmark/LinkUtils.php similarity index 97% rename from application/LinkUtils.php rename to application/bookmark/LinkUtils.php index b5110edc..de5b61cb 100644 --- a/application/LinkUtils.php +++ b/application/bookmark/LinkUtils.php @@ -7,7 +7,7 @@ use Shaarli\Bookmark\LinkDB; * * @param string $charset to extract from the downloaded page (reference) * @param string $title to extract from the downloaded page (reference) - * @param string $curlGetInfo Optionnaly overrides curl_getinfo function + * @param string $curlGetInfo Optionally overrides curl_getinfo function * * @return Closure */ @@ -198,7 +198,7 @@ function space2nbsp($text) * * @param string $description shaare's description. * @param string $redirector if a redirector is set, use it to gerenate links. - * @param bool $urlEncode Use `urlencode()` on the URL after the redirector or not. + * @param bool $urlEncode Use `urlencode()` on the URL after the redirector or not. * @param string $indexUrl URL to Shaarli's index. * @return string formatted description.