Manual:$wgMessageCache

This page is a translated version of the page Manual:$wgMessageCache and the translation is 71% complete.

詳細

インターフェイス メッセージを管理するメッセージ キャッシュです。r81027 以降は使用されなくなりました。

Extensions which rely on being able to add messages to this cache directly with $wgMessageCache->addMessage() are now broken. See the MessagesPreLoad hook for a possible alternative to this.

関連項目

  • AddMessages - An extension that replaces the functionality of $wgMessageCache->addMessage().