From 223772cf389339373be679dd427ee7ee7f3f4b08 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 30 Jul 2007 03:06:20 +0000 Subject: [PATCH] Undo r24394; not really comfortable with this change. Probably not ideal for installations without thumbs enabled --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 328cf7515f..7a2a498146 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1703,7 +1703,7 @@ END array( 'image' => 'button_image.png', 'id' => 'mw-editbutton-image', 'open' => '[['.$wgContLang->getNsText(NS_IMAGE).":", - 'close' => '|thumb]]', + 'close' => ']]', 'sample'=> wfMsg('image_sample'), 'tip' => wfMsg('image_tip'), 'key' => 'D' -- 2.20.1