From 722c47738ff7287289202b921ecd2a8523b79cf7 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 2 Oct 2008 22:52:42 +0000 Subject: [PATCH] Fix r41410, forgot to put new option in function docs --- includes/Linker.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Linker.php b/includes/Linker.php index bc9eb69871..18fbf702c2 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -166,6 +166,8 @@ class Linker { * "stub", "mw-redirect", "extiw"). Only use the class attribute * provided, if any, so you get a simple blue link with no funny i- * cons. + * 'forcearticlepath': Use the article path always, even with a querystring. + * Has compatibility issues on some setups, so avoid wherever possible. * @return string HTML attribute */ public function link( $target, $text = null, $customAttribs = array(), $query = array(), $options = array() ) { -- 2.20.1