X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialPreferences.php;h=7371da74906659f04ceb1982d3affb46c4a2092d;hb=a77c09c03baf8ee1dd7527db4c20c5be2cd2c298;hp=cea00fa6e0af9d1c70380fcef322e4474f079ba5;hpb=596e959d23855643124ea0f6e395be5a2b436937;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index cea00fa6e0..7371da7490 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -55,6 +55,8 @@ class SpecialPreferences extends SpecialPage { ); } + $this->addHelpLink( 'Help:Preferences' ); + $htmlForm = Preferences::getFormObject( $this->getUser(), $this->getContext() ); $htmlForm->setSubmitCallback( array( 'Preferences', 'tryUISubmit' ) );