wiki.techinc.nl/includes/NamespaceCompat.php
Siebrand Mazeland 79d5225c0e * remove end of line whitespace
* remove empty lines at end of file
* remove "?>" where still present
2008-04-14 07:45:50 +00:00

9 lines
146 B
PHP

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