Index: trunk/phase3/includes/Linker.php |
— | — | @@ -970,7 +970,7 @@ |
971 | 971 | $comment = Sanitizer::escapeHtmlAllowEntities( $comment ); |
972 | 972 | |
973 | 973 | # Render autocomments and make links: |
974 | | - $comment = $this->formatAutoComments( $comment, $title, $local ); |
| 974 | + $comment = $this->formatAutocomments( $comment, $title, $local ); |
975 | 975 | $comment = $this->formatLinksInComment( $comment, $title, $local ); |
976 | 976 | |
977 | 977 | wfProfileOut( __METHOD__ ); |