mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
5fcf92861f5712752b1d2dda47960264ccc57b9f
The anonymous callback functions that were handed over to preg_replace_callback called private static methods of the LinkTitles class, which worked fine with PHP 5.5.9, but not with PHP 5.3.3. The functions were not turned (back) into static methods, and the callback is given in the array form, as described in the PHP documentation.
LinkTitles
MediaWiki extension that automatically adds links to words that match titles of existing pages.
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.
Description
MediaWiki extension that automatically adds links to words that match titles of existing pages.
Languages
PHP
98%
Dockerfile
0.8%
Shell
0.8%
Makefile
0.4%