|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onDifferenceEngineMarkPatrolledLink ( $differenceEngine, &$markAsPatrolledLink, $rcid) | |
| Use this hook to change the "mark as patrolled" link which is shown both on the diff header as well as on the bottom of a page, usually wrapped in a span element which has class="patrollink". | |
Stable to implement.
Definition at line 11 of file DifferenceEngineMarkPatrolledLinkHook.php.
| MediaWiki\Diff\Hook\DifferenceEngineMarkPatrolledLinkHook::onDifferenceEngineMarkPatrolledLink | ( | $differenceEngine, | |
| & | $markAsPatrolledLink, | ||
| $rcid | |||
| ) |
Use this hook to change the "mark as patrolled" link which is shown both on the diff header as well as on the bottom of a page, usually wrapped in a span element which has class="patrollink".
| DifferenceEngine | $differenceEngine | |
| string | &$markAsPatrolledLink | "Mark as patrolled" link HTML |
| int | $rcid | Recent change ID (rc_id) for this change |
Implemented in MediaWiki\HookContainer\HookRunner.