MediaWiki REL1_35
UndeleteShowRevisionHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Revision;
6use Title;
7
22 public function onUndeleteShowRevision( $title, $rev );
23}
Represents a title within MediaWiki.
Definition Title.php:42
onUndeleteShowRevision( $title, $rev)
This hook is called when showing a revision in Special:Undelete.