From cfb6c7ceeaaef9848652338b604565bdaef687fe Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 25 Apr 2011 11:35:40 +0000 Subject: [PATCH] (bug 21180) Move the old toolbar below the summary input to match the new toolbar --- includes/EditPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 89233ee447..882c72ba44 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1336,7 +1336,6 @@ class EditPage { // @todo move this to a cleaner conditional instead of blanking a variable } $wgOut->addHTML( << HTML ); @@ -1390,6 +1389,8 @@ HTML } $wgOut->addHTML( $this->editFormTextBeforeContent ); + + $wgOut->addHTML( $toolbar ); if ( $this->isConflict ) { // In an edit conflict bypass the overrideable content form method -- 2.20.1