From 82135e510351750ce8376a48fc1c69f11b72cfc1 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 4 Mar 2009 01:44:02 +0000 Subject: [PATCH] Expand a bit --- includes/LogPage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/LogPage.php b/includes/LogPage.php index 945de9d072..89fa1c587d 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -250,6 +250,8 @@ class LogPage { // is that link in HTML form, and so this just gets rid of the ugly [[]]. // However, this is a horrible hack and it doesn't work like you expect if, say, // you want to link to something OTHER than the title of the log entry. + // The real problem, which Erik was trying to fix (and it sort-of works now) is + // that the same messages are being treated as both wikitext *and* HTML. if( $filterWikilinks ) { $rv = str_replace( "[[", "", $rv ); $rv = str_replace( "]]", "", $rv ); -- 2.20.1