Fix r41410, forgot to put new option in function docs
authorMatt Johnston <mattj@users.mediawiki.org>
Thu, 2 Oct 2008 22:52:42 +0000 (22:52 +0000)
committerMatt Johnston <mattj@users.mediawiki.org>
Thu, 2 Oct 2008 22:52:42 +0000 (22:52 +0000)
includes/Linker.php

index bc9eb69..18fbf70 100644 (file)
@@ -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 <a> attribute
         */
        public function link( $target, $text = null, $customAttribs = array(), $query = array(), $options = array() ) {