wiki.techinc.nl/includes/NamespaceCompat.php
Alexandre Emsenhuber ffb9afb2af Some tweaks:
* Remove ending ?> tag in NamespaceCompat.php
* Fix hook name in docs/hooks.txt
2008-03-22 14:55:29 +00:00

9 lines
No EOL
145 B
PHP

<?php
/**
* For compatibility with extensions...
* Will still die on PHP 5.3, of course. :P
*/
class Namespace extends MWNamespace {
// ..
}