r38976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38975‎ | r38976 | r38977 >
Date:01:46, 9 August 2008
Author:leon
Status:old
Tags:
Comment:
remove the somehow unnecessary comment
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -779,11 +779,9 @@
780780 // Doing this here instead of in the skins to
781781 // ensure that the div has the same ID in all
782782 // skins
783 - $data = "<!-- begin SkinAfterContent hook -->\n" .
784 - "<div id='mw-data-after-content'>\n" .
 783+ $data = "<div id='mw-data-after-content'>\n" .
785784 "\t$data\n" .
786 - "</div>\n" .
787 - "<!-- end SkinAfterContent hook -->\n";
 785+ "</div>\n";
788786 }
789787 } else {
790788 wfDebug ('Hook SkinAfterContent changed output processing.');

Status & tagging log