From d2996ce866d7586b88965e84dd1597259625fb19 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 17 Dec 2006 03:17:12 +0000 Subject: [PATCH] * (bug 8274) Wrap edit tools in a
with a specified class --- RELEASE-NOTES | 1 + includes/EditPage.php | 3 +++ 2 files changed, 4 insertions(+) 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( " -- 2.20.1