Fix custom local MediaWiki:Helppage values
Followup to 3a6ea89d4a
Change-Id: I7effec352d263f536d1d1763e9cd56d2f5154f13
This commit is contained in:
parent
0238d4c01b
commit
dbede6aad3
1 changed files with 2 additions and 2 deletions
|
|
@ -2082,9 +2082,9 @@ class EditPage {
|
|||
}
|
||||
# Try to add a custom edit intro, or use the standard one if this is not possible.
|
||||
if ( !$this->showCustomIntro() && !$this->mTitle->exists() ) {
|
||||
$helpLink = Skin::makeInternalOrExternalUrl(
|
||||
$helpLink = wfExpandUrl( Skin::makeInternalOrExternalUrl(
|
||||
wfMessage( 'helppage' )->inContentLanguage()->text()
|
||||
);
|
||||
) );
|
||||
if ( $wgUser->isLoggedIn() ) {
|
||||
$wgOut->wrapWikiMsg(
|
||||
// Suppress the external link icon, consider the help url an internal one
|
||||
|
|
|
|||
Loading…
Reference in a new issue