From: Rob Church Date: Sun, 17 Dec 2006 03:17:12 +0000 (+0000) Subject: * (bug 8274) Wrap edit tools in a
with a specified class X-Git-Tag: 1.31.0-rc.0~54869 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=d2996ce866d7586b88965e84dd1597259625fb19;p=lhc%2Fweb%2Fwiklou.git * (bug 8274) Wrap edit tools in a
with a specified class --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 52049dc886..d7fd7a474b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -333,6 +333,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN pages I create" options now accessible under "Watchlist" options * (bug 8153) doesn't work in site notice * (bug 6690) wfMsgNoTrans() transforms messages +* (bug 8274) Wrap edit tools in a
with a specified class == Languages updated == diff --git a/includes/EditPage.php b/includes/EditPage.php index 9082fd2760..454b5fd6d7 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1243,7 +1243,10 @@ END
"); + $wgOut->addHtml( '
' ); $wgOut->addWikiText( wfMsgForContent( 'edittools' ) ); + $wgOut->addHtml( '
' ); + $wgOut->addHTML( $this->editFormTextAfterTools ); $wgOut->addHTML( "