Remove doc comment referencing removed method
authoraddshore <addshorewiki@gmail.com>
Wed, 27 Jan 2016 09:43:04 +0000 (10:43 +0100)
committerFlorianschmidtwelzow <florian.schmidt.stargatewissen@gmail.com>
Wed, 27 Jan 2016 10:07:28 +0000 (10:07 +0000)
This method was removed in:
cfaf26e5017228208f8049b979cb443eb01677cf
so lets remove the reference to it so people don't
go looking for what is not there.

Change-Id: I229f033a3b4553e6eacc460faaf156ba2539d6d5

includes/Linker.php

index 3ba472b..4b9b963 100644 (file)
@@ -2013,7 +2013,7 @@ class Linker {
         * directly paste it in as the link (escaping needs to be done manually).
         * Finally, if $more is a Message, call toString().
         *
-        * @param array $templates Array of templates from Article::getUsedTemplate or similar
+        * @param Title[] $templates Array of templates
         * @param bool $preview Whether this is for a preview
         * @param bool $section Whether this is for a section edit
         * @param Title|Message|string|null $more An escaped link for "More..." of the templates