fix wrong bug number, wrong comment
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 26 Mar 2008 00:26:12 +0000 (00:26 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 26 Mar 2008 00:26:12 +0000 (00:26 +0000)
HISTORY
maintenance/wiktionary-interwiki.sql

diff --git a/HISTORY b/HISTORY
index 5e559b9..8e89f41 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -133,7 +133,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Add caching to the AJAX search
 * Add APCOND_INGROUPS
 * Add DBA caching to installer
-* (bug 18585) Added a bunch of parameters to the revertpage message
+* (bug 12585) Added a bunch of parameters to the revertpage message
 * Support redirects in image namespace
 * (bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki
 * (bug 12668) Support for custom iPhone bookmark icon via $wgAppleTouchIcon
index 787962d..0d9955b 100644 (file)
@@ -1,5 +1,5 @@
 -- For convenience, here are the *in-project* interwiki prefixes
--- for Wikipedia.
+-- for Wiktionary.
 
 REPLACE INTO /*$wgDBprefix*/interwiki (iw_prefix,iw_url,iw_local) VALUES
 ('w','http://www.wikipedia.org/wiki/$1',1),