Index: trunk/phase3/includes/Linker.php |
— | — | @@ -135,6 +135,8 @@ |
136 | 136 | * name of the target). |
137 | 137 | * link() replaces the old functions in the makeLink() family. |
138 | 138 | * |
| 139 | + * @since 1.16 |
| 140 | + * |
139 | 141 | * @param $target Title Can currently only be a Title, but this may |
140 | 142 | * change to support Images, literal URLs, etc. |
141 | 143 | * @param $html string The HTML contents of the <a> element, i.e., |