From 759520e85c8c4b294368aea7c8b7754cf6dfcd83 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 19 Dec 2006 23:42:00 +0000 Subject: [PATCH] Bring back "booksources-summary", displayed above the search form on Special:Booksources in any case --- includes/SpecialBooksources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SpecialBooksources.php b/includes/SpecialBooksources.php index 697edca7d7..4faeb5a2c3 100644 --- a/includes/SpecialBooksources.php +++ b/includes/SpecialBooksources.php @@ -32,6 +32,7 @@ class SpecialBookSources extends SpecialPage { global $wgOut, $wgRequest; $this->setHeaders(); $this->isbn = $this->cleanIsbn( $isbn ? $isbn : $wgRequest->getText( 'isbn' ) ); + $wgOut->addWikiText( wfMsgNoTrans( 'booksources-summary' ) ); $wgOut->addHtml( $this->makeForm() ); if( strlen( $this->isbn) > 0 ) $wgOut->addHtml( $this->makeList() ); -- 2.20.1