From: Raimond Spekking Date: Wed, 6 Aug 2008 11:41:51 +0000 (+0000) Subject: Tweak doc of link() to reflect the order in function. X-Git-Tag: 1.31.0-rc.0~46085 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=ea0826afd9885e92134447f65c332844c5bfc46d;p=lhc%2Fweb%2Fwiklou.git Tweak doc of link() to reflect the order in function. --- diff --git a/includes/Linker.php b/includes/Linker.php index 79794d456b..bdb584ea7d 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -149,14 +149,14 @@ class Linker { * the link text. This is raw HTML and will not be escaped. If null, * defaults to the prefixed text of the Title; or if the Title is just a * fragment, the contents of the fragment. - * @param $query array The query string to append to the URL - * you're linking to, in key => value array form. Query keys and values - * will be URL-encoded. * @param $customAttribs array A key => value array of extra HTML attri- * butes, such as title and class. (href is ignored.) Classes will be * merged with the default classes, while other attributes will replace * default attributes. All passed attribute values will be HTML-escaped. * A false attribute value means to suppress that attribute. + * @param $query array The query string to append to the URL + * you're linking to, in key => value array form. Query keys and values + * will be URL-encoded. * @param $options mixed String or array of strings: * 'known': Page is known to exist, so don't check if it does. * 'broken': Page is known not to exist, so don't check if it does.