From 30893908e782902294bbc356b9eb907f630e619f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 5 May 2005 00:02:44 +0000 Subject: [PATCH] * Removed the ilshowmatch message, it's pretty self explainatory what we're searching for here. --- includes/SpecialImagelist.php | 3 +-- includes/SpecialNewimages.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/SpecialImagelist.php b/includes/SpecialImagelist.php index b889cf753f..6a8f3fa151 100644 --- a/includes/SpecialImagelist.php +++ b/includes/SpecialImagelist.php @@ -56,14 +56,13 @@ function wfSpecialImagelist() { $wgOut->addHTML( "

{$text}\n

" ); $sk = $wgUser->getSkin(); - $cap = wfMsg( "ilshowmatch" ); $sub = wfMsg( "ilsubmit" ); $titleObj = Title::makeTitle( NS_SPECIAL, "Imagelist" ); $action = $titleObj->escapeLocalURL( "sort={$sort}&limit={$limit}" ); $wgOut->addHTML( "
" . - "{$cap}: " . "
" ); $nums = array( 50, 100, 250, 500 ); diff --git a/includes/SpecialNewimages.php b/includes/SpecialNewimages.php index 27628d8f52..0628b93c8e 100644 --- a/includes/SpecialNewimages.php +++ b/includes/SpecialNewimages.php @@ -103,14 +103,13 @@ function wfSpecialNewimages() { "{$lt}", "{$bydate}" ); $wgOut->addHTML( "

{$text}\n

" ); - $cap = wfMsg( 'ilshowmatch' ); $sub = wfMsg( 'ilsubmit' ); $titleObj = Title::makeTitle( NS_SPECIAL, 'Newimages' ); $action = $titleObj->escapeLocalURL( "limit={$limit}" ); $wgOut->addHTML( "
" . - "{$cap}: " . "
" ); $here = $wgContLang->specialPage( 'Newimages' ); -- 2.20.1