From 015419ff1c51d9c8ad2d82d525ac7b3ec453c5b7 Mon Sep 17 00:00:00 2001 From: aude Date: Tue, 23 Oct 2012 13:54:04 +0200 Subject: [PATCH] fix bug 41300, restore the continue-editing bit of the edit page preview note Change-Id: I39fa7a0951f8e2afe7e25cb61cd1716429228371 --- includes/EditPage.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 15321fc091..d2db142c10 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -2931,11 +2931,7 @@ HTML # Messages: usercsspreview, userjspreview, sitecsspreview, sitejspreview if( $level && $format ) { $note = "
" . wfMessage( "{$level}{$format}preview" )->text() . "
"; - } else { - $note = wfMessage( 'previewnote' )->text() ; } - } else { - $note = wfMessage( 'previewnote' )->text() ; } $rt = $content->getRedirectChain(); -- 2.20.1