From 830b3587ea810d40ea8aff5e6d908c77b46defd2 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 19 Mar 2004 22:35:46 +0000 Subject: [PATCH] Remove recently-added insert-section-title-as-summary on section edit. There have been a number of complaints about this being slipped onto the live Wikipedia, particularly to the effect that it discourages people from filling out an actual edit summary that describes what they wrote. --- includes/EditPage.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index a56841950e..c659e6e55c 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -221,12 +221,6 @@ class EditPage { } else { $s.=wfMsg("sectionedit"); } - if(!$this->preview) { - $sectitle=preg_match("/^=+(.*?)=+/mi", - $this->textbox1, - $matches); - if($matches[1]) { $this->summary = "(".trim($matches[1]).")"; } - } } $wgOut->setPageTitle( $s ); if ( $this->oldid ) { -- 2.20.1