Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -538,7 +538,7 @@ |
539 | 539 | * |
540 | 540 | * @return Title object |
541 | 541 | */ |
542 | | - function &getTitle() { |
| 542 | + function getTitle() { |
543 | 543 | return $this->mTitle; |
544 | 544 | } |
545 | 545 | |
— | — | @@ -647,7 +647,7 @@ |
648 | 648 | * |
649 | 649 | * @param $elements list of element names. Comments are always extracted. |
650 | 650 | * @param $text Source text string. |
651 | | - * @param $matches Out parameter, Array: extarcted tags |
| 651 | + * @param $matches Out parameter, Array: extracted tags |
652 | 652 | * @param $uniq_prefix |
653 | 653 | * @return String: stripped text |
654 | 654 | * |
— | — | @@ -4034,7 +4034,7 @@ |
4035 | 4035 | * conversion, substitting signatures, {{subst:}} templates, etc. |
4036 | 4036 | * |
4037 | 4037 | * @param $text String: the text to transform |
4038 | | - * @param &$title Title: the Title object for the current article |
| 4038 | + * @param $title Title: the Title object for the current article |
4039 | 4039 | * @param $user User: the User object describing the current user |
4040 | 4040 | * @param $options ParserOptions: parsing options |
4041 | 4041 | * @param $clearState Boolean: whether to clear the parser state first |