wfLoadExtensionMessages
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. |
wfLoadExtensionMessages() is a deprecated MediaWiki function. It was a no-op since 1.16, and was removed entirely in 1.21.
If you are upgrading a wiki that uses old extensions, you may see an error such as:
Fatal error: Call to undefined function wfLoadExtensionMessages() in /w/extensions/Example/Example.php on line 50
Fortunately, since it was a no-op, you can just comment it out of your extension.