Index: trunk/phase3/includes/Article.php |
— | — | @@ -1128,7 +1128,7 @@ |
1129 | 1129 | $o->tb_name, |
1130 | 1130 | $rmvtxt); |
1131 | 1131 | } |
1132 | | - $wgOut->addWikiMsg( 'trackbackbox', $tbtext ); |
| 1132 | + $wgOut->wrapWikiMsg( "<div id='mw_trackbacks'>$1</div>\n", array( 'trackbackbox', $tbtext ) ); |
1133 | 1133 | $this->mTitle->invalidateCache(); |
1134 | 1134 | } |
1135 | 1135 | |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3562,9 +3562,8 @@ |
3563 | 3563 | 'scarytranscludetoolong' => '[URL is too long]', |
3564 | 3564 | |
3565 | 3565 | # Trackbacks |
3566 | | -'trackbackbox' => '<div id="mw_trackbacks">Trackbacks for this page:<br /> |
3567 | | -$1 |
3568 | | -</div>', |
| 3566 | +'trackbackbox' => 'Trackbacks for this page:<br /> |
| 3567 | +$1', |
3569 | 3568 | 'trackback' => '; $4$5 : [$2 $1]', # do not translate or duplicate this message to other languages |
3570 | 3569 | 'trackbackexcerpt' => '; $4$5 : [$2 $1]: <nowiki>$3</nowiki>', # do not translate or duplicate this message to other languages |
3571 | 3570 | 'trackbackremove' => ' ([$1 Delete])', |