From: Joshua Judson Rosen Date: Thu, 4 Dec 2014 03:48:28 +0000 (-0500) Subject: Add DuckDuckGo as a fallback search link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=67539fd1cc64d449a11d0da5361715763b43a0f2;p=quix0rs-gnu-social.git Add DuckDuckGo as a fallback search link People like it. --- diff --git a/lib/searchaction.php b/lib/searchaction.php index 5e9c418459..cc75c4c244 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -135,9 +135,10 @@ class SearchAction extends Action // TRANS: Standard search suggestions shown when a search does not give any results. $message .= sprintf(_("You can also try your search on other engines: +* [DuckDuckGo](https://duckduckgo.com/?q=site%%3A%%%%site.server%%%%+%s) * [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s) * [Yahoo!](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s) -"), $qe, $qe); +"), $qe, $qe, $qe); $message .= "\n"; } $this->elementStart('div', 'help instructions');