Skip to content

Commit

Permalink
feat(Cargo): ✨ add icon to purge button
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 3, 2024
1 parent 08eee09 commit 3aba632
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/Hooks/SkinHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ private static function updateActionsMenu( &$links ) {
'unprotect' => 'unLock',
// Extension:Purge
// Extension:SemanticMediaWiki
'purge' => 'reload'
'purge' => 'reload',
// Extension:Cargo
'cargo-purge' => 'reload'
];

self::mapIconsToMenuItems( $links, 'actions', $iconMap );
Expand Down

0 comments on commit 3aba632

Please sign in to comment.