ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-10-06 00:07:21 +00:00 committed by alistair3149
parent 6ab486b82e
commit 0c7c795484
No known key found for this signature in database

View file

@ -102,7 +102,7 @@ class SkinHooks implements
unset( $links['user-menu']['tmpuserpage'] ); unset( $links['user-menu']['tmpuserpage'] );
// Remove links as they are added to the bottom of user menu later // Remove links as they are added to the bottom of user menu later
// unset( $links['user-menu']['logout'] ); // unset( $links['user-menu']['logout'] );
} else if ( $isRegistered ) { } elseif ( $isRegistered ) {
// Remove user page link from user menu and recreate it in user info // Remove user page link from user menu and recreate it in user info
unset( $links['user-menu']['userpage'] ); unset( $links['user-menu']['userpage'] );
} else { } else {