MediaWiki master
DifferenceEngineMarkPatrolledLinkHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
6
27 public function onDifferenceEngineMarkPatrolledLink( $differenceEngine,
28 &$markAsPatrolledLink, $rcid
29 );
30}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
onDifferenceEngineMarkPatrolledLink( $differenceEngine, &$markAsPatrolledLink, $rcid)
Use this hook to change the "mark as patrolled" link which is shown both on the diff header as well a...