From 1d41ee82bd5ba3ae44159366cab89cc5b8459469 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 25 Oct 2006 12:43:18 +0000 Subject: [PATCH] * (bug 7686) Include id attribute on delete form confirmation button --- RELEASE-NOTES | 1 + includes/Article.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 56f5b5ded1..8c7d03629e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -88,6 +88,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7369) Allow "Show Changes" without requiring edit token. * (bug 7687) Fix movetalk box checks itself when confirming a delete and move. * (bug 7684) Obey watchcreated preference for Special:Upload watch checkbox +* (bug 7686) Include id attribute on delete form confirmation button == Languages updated == diff --git a/includes/Article.php b/includes/Article.php index 8bd114ee68..388dec1b19 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1816,7 +1816,7 @@ class Article {   - + -- 2.20.1