Use PageContentSave rather than ArticleSave hook.

This commit also contains some refactoring which should lend itself to
increased performance.
This commit is contained in:
Daniel Kraus
2014-06-08 19:08:19 +02:00
parent 5745621366
commit adbc1ea5cd
3 changed files with 38 additions and 40 deletions

View File

@ -5,6 +5,8 @@ MediaWiki extension that automatically adds links to words that match titles of
For more information, see http://www.mediawiki.org/wiki/Extension:LinkTitles
Minimum requirements: MediaWiki 1.21+, PHP 5.3
Source code documentation can be found at the [Github project
pages](http://bovender.github.io/LinkTitles).