Index: trunk/phase3/includes/Linker.php |
— | — | @@ -149,14 +149,14 @@ |
150 | 150 | * the link text. This is raw HTML and will not be escaped. If null, |
151 | 151 | * defaults to the prefixed text of the Title; or if the Title is just a |
152 | 152 | * fragment, the contents of the fragment. |
153 | | - * @param $query array The query string to append to the URL |
154 | | - * you're linking to, in key => value array form. Query keys and values |
155 | | - * will be URL-encoded. |
156 | 153 | * @param $customAttribs array A key => value array of extra HTML attri- |
157 | 154 | * butes, such as title and class. (href is ignored.) Classes will be |
158 | 155 | * merged with the default classes, while other attributes will replace |
159 | 156 | * default attributes. All passed attribute values will be HTML-escaped. |
160 | 157 | * A false attribute value means to suppress that attribute. |
| 158 | + * @param $query array The query string to append to the URL |
| 159 | + * you're linking to, in key => value array form. Query keys and values |
| 160 | + * will be URL-encoded. |
161 | 161 | * @param $options mixed String or array of strings: |
162 | 162 | * 'known': Page is known to exist, so don't check if it does. |
163 | 163 | * 'broken': Page is known not to exist, so don't check if it does. |