From: Ævar Arnfjörð Bjarmason Date: Thu, 5 May 2005 00:02:44 +0000 (+0000) Subject: * Removed the ilshowmatch message, it's pretty self explainatory what we're X-Git-Tag: 1.5.0alpha2~306 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=30893908e782902294bbc356b9eb907f630e619f;p=lhc%2Fweb%2Fwiklou.git * Removed the ilshowmatch message, it's pretty self explainatory what we're searching for here. --- 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' );