Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/293974

Change subject: Fix docs/hooks.txt syntax for SpecialSearchGoResult
......................................................................

Fix docs/hooks.txt syntax for SpecialSearchGoResult

Use colons after variable name

Follows Iec7171fcf301f1659d852afa87ce271f468177c1

Change-Id: Icf8a2b53b7746a0761fc27477fac19c53a772820
---
M docs/hooks.txt
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/74/293974/1

diff --git a/docs/hooks.txt b/docs/hooks.txt
index 93f84a1..85a5840 100644
--- a/docs/hooks.txt
+++ b/docs/hooks.txt
@@ -2993,9 +2993,9 @@
 canceled and a normal search will be performed. Returning true without setting
 $url does a standard redirect to $title. Setting $url redirects to the
 specified URL.
-$term - The string the user searched for
-$title - The title the 'go' feature has decided to forward the user to
-&$url - Initially null, hook subscribers can set this to specify the final url 
to redirect to
+$term: The string the user searched for
+$title: The title the 'go' feature has decided to forward the user to
+&$url: Initially null, hook subscribers can set this to specify the final url 
to redirect to
 
 'SpecialSearchNogomatch': Called when user clicked the "Go" button but the
 target doesn't exist.

-- 
To view, visit https://gerrit.wikimedia.org/r/293974
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf8a2b53b7746a0761fc27477fac19c53a772820
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to