tinymighty / wiki-seo

A simple MediaWiki extension to give you control over the html title and meta tags via a tag or parser function.
Other
17 stars 15 forks source link

Rename WikiSEO.setup.php to WikiSEO.php #1

Closed Krinkle closed 10 years ago

Krinkle commented 11 years ago

To be consistent with other extensions, the main file to be included from LocalSettings.php should have the same name as the extension directory.

For backwards compatibility you could re-create WikiSEO.setup.php with:

<?php
require_once( __DIR__ . '/WikiSEO.php' );