From: Matt Johnston Date: Thu, 2 Oct 2008 22:52:42 +0000 (+0000) Subject: Fix r41410, forgot to put new option in function docs X-Git-Tag: 1.31.0-rc.0~44951 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/One?a=commitdiff_plain;h=722c47738ff7287289202b921ecd2a8523b79cf7;p=lhc%2Fweb%2Fwiklou.git Fix r41410, forgot to put new option in function docs --- 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() ) {