r85617 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85616‎ | r85617 | r85618 >
Date:13:14, 7 April 2011
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Fix copypaste fail in r85616
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2643,7 +2643,7 @@
26442644 $scripts .= $this->makeResourceLoaderLink( $sk, $this->getModuleScripts( true, 'bottom' ), ResourceLoaderModule::TYPE_SCRIPTS );
26452645
26462646 // Modules requests - let the client calculate dependencies and batch requests as it likes
2647 - // Only load modules that have marked themselves for loading at the top
 2647+ // Only load modules that have marked themselves for loading at the bottom
26482648 $modules = $this->getModules( true, 'bottom' );
26492649 if ( $modules ) {
26502650 $scripts .= Html::inlineScript(

Follow-up revisions

RevisionCommit summaryAuthorDate
r910891.17wmf1: MFT r85616, r85617. This required meticulous conflict resolution du...catrope18:06, 29 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85616For bug 27488: move the startup script, jquery+mediawiki and the mw.config.se...catrope12:07, 7 April 2011

Comments

#Comment by 😂 (talk | contribs)   06:01, 2 July 2011

Removing 1.18 tag, this was before the branch point.

Status & tagging log