https://bugzilla.wikimedia.org/show_bug.cgi?id=44
--- Comment #51 from Ilmari Karonen <[EMAIL PROTECTED]> 2008-12-02 18:07:35
UTC ---
r44121 replaces (almost) all uses of NS_IMAGE and NS_IMAGE_TALK with NS_FILE
and NS_FILE_TALK respectively within MediaWiki core. Note that extensions
intending to maintain compatibility with pre-v1.14 MediaWiki should either
continue to use the old names or add the following compatibility code to their
main .php file:
// The names NS_FILE and NS_FILE_TALK are new in MediaWiki v1.14
if( !defined('NS_FILE') || !defined('NS_FILE_TALK') ) {
define('NS_FILE', NS_IMAGE);
define('NS_FILE_TALK', NS_IMAGE_TALK);
}
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l