From 9cf2b8cdf09b16109157e46843a30df76f31b975 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 4 Sep 2008 21:20:16 +0000 Subject: [PATCH] (bug 15482) Special:Recentchangeslinked has no longer two submit buttons --- RELEASE-NOTES | 1 + includes/specials/SpecialRecentchangeslinked.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a9f250fc5c..aa1a158b80 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -176,6 +176,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Respect file restrictions in the file history list * (bug 15399) Odd/even classes on sortable tables' rows could be slow for large tables, and have been disabled by default. +* (bug 15482) Special:Recentchangeslinked has no longer two submit buttons === API changes in 1.14 === diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 1d042b1754..2adc010795 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -159,7 +159,6 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges { Xml::input( 'target', 40, str_replace('_',' ',$opts['target']) ) . Xml::check( 'showlinkedto', $opts['showlinkedto'], array('id' => 'showlinkedto') ) . ' ' . Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) ); - $extraOpts['submit'] = Xml::submitbutton( wfMsg('allpagessubmit') ); return $extraOpts; } -- 2.20.1