From 3870e5a1e73205f9f8d617e9b24d604a27db1220 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 25 Mar 2008 21:50:23 +0000 Subject: [PATCH] * Trackback display formatting fixed --- RELEASE-NOTES | 1 + includes/Article.php | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7c577a31bd..99cb7eb693 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -132,6 +132,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 344) Purge cache for talk/article pages when deleting the other tab * (bug 13436) Treat image captions correctly when they include option keywords (like ending with "px" or starting with "upright") +* Trackback display formatting fixed === API changes in 1.13 === diff --git a/includes/Article.php b/includes/Article.php index 87bab25e78..4552b81f67 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -897,6 +897,7 @@ class Article { . $o->tb_id . "&token=" . urlencode( $wgUser->editToken() ) ); $rmvtxt = wfMsg( 'trackbackremove', htmlspecialchars( $delurl ) ); } + $tbtext .= "\n"; $tbtext .= wfMsg(strlen($o->tb_ex) ? 'trackbackexcerpt' : 'trackback', $o->tb_title, $o->tb_url, -- 2.20.1