mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
6ab486b82e
commit
0c7c795484
|
@ -102,7 +102,7 @@ class SkinHooks implements
|
|||
unset( $links['user-menu']['tmpuserpage'] );
|
||||
// Remove links as they are added to the bottom of user menu later
|
||||
// unset( $links['user-menu']['logout'] );
|
||||
} else if ( $isRegistered ) {
|
||||
} elseif ( $isRegistered ) {
|
||||
// Remove user page link from user menu and recreate it in user info
|
||||
unset( $links['user-menu']['userpage'] );
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue