From: Bartosz DziewoƄski Date: Mon, 29 Jun 2015 19:05:50 +0000 (+0200) Subject: Parser: Correct setHook() documentation X-Git-Tag: 1.31.0-rc.0~10928 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=e688bea6a5a0f402d9add6ad9faa17f43b03d752;p=lhc%2Fweb%2Fwiklou.git Parser: Correct setHook() documentation Change-Id: Iaeaac9ea79b696dfa39adb6608ed68edd3754516 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 31836892f6..1603fc699f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -5075,7 +5075,7 @@ class Parser { * in the Parser class. * * This interface (introduced r61913) appears to be undocumented, but - * 'markerName' is used by some core tag hooks to override which strip + * 'markerType' is used by some core tag hooks to override which strip * array their results are placed in. **Use great caution if attempting * this interface, as it is not documented and injudicious use could smash * private variables.**