Manual:$wgMessageCache/pl

From Linux Web Expert

Revision as of 02:41, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Szczegóły

Message cache to manage interface messages. No longer used since 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.

Zobacz też

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