Go to the source code of this file.
Functions | |
| sffSetupExtension () | |
| This is a delayed init that makes sure that MediaWiki is set up properly before we add our stuff. | |
| sffInitContentLanguage ($langcode) | |
| Initialize a global language object for content language. | |
Definition in file SF_GlobalFunctions.php.
| sffInitContentLanguage | ( | $ | langcode | ) |
Initialize a global language object for content language.
This must happen early on, even before user language is known, to determine labels for additional namespaces. In contrast, messages can be initialised much later, when they are actually needed.
Definition at line 33 of file SF_GlobalFunctions.php.
References $sfgIP.
| sffSetupExtension | ( | ) |
This is a delayed init that makes sure that MediaWiki is set up properly before we add our stuff.
Definition at line 16 of file SF_GlobalFunctions.php.
1.5.6