MediaWiki REL1_35
MessageCacheReplaceHook.php
Go to the documentation of this file.
1<?php
2
4
5use Title;
6
21 public function onMessageCacheReplace( $title, $text );
22}
Represents a title within MediaWiki.
Definition Title.php:42
onMessageCacheReplace( $title, $text)
This hook is called when a message page is changed.