Skip to content

Commit

Permalink
Merge pull request #90 from AndyGaskell/patch-1
Browse files Browse the repository at this point in the history
Switch from wfMsg to wfMessage
  • Loading branch information
borkweb authored Oct 5, 2018
2 parents 6b9c86f + 0c50f94 commit 44a8101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BootstrapMediaWiki.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function execute() {
?>
<ul class="nav navbar-nav navbar-right">
<li>
<?php echo Linker::linkKnown( SpecialPage::getTitleFor( 'Userlogin' ), wfMsg( 'login' ) ); ?>
<?php echo Linker::linkKnown( SpecialPage::getTitleFor( 'Userlogin' ), wfMessage( 'login' ) ); ?>
</li>
</ul>
<?php
Expand Down

0 comments on commit 44a8101

Please sign in to comment.