Foxtrott has uploaded a new change for review.
https://gerrit.wikimedia.org/r/171964
Change subject: Include dataAfterContent in bodyContent
......................................................................
Include dataAfterContent in bodyContent
Bug: 72869
Change-Id: Icbfa1ba37c3bb2ae39bb3ca80dfc7de955637537
---
M src/Components/MainContent.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon
refs/changes/64/171964/1
diff --git a/src/Components/MainContent.php b/src/Components/MainContent.php
index b05d996..ca64fe9 100644
--- a/src/Components/MainContent.php
+++ b/src/Components/MainContent.php
@@ -70,7 +70,6 @@
$ret .= $this->buildContentHeader();
$ret .= $this->buildContentBody();
$ret .= $this->buildCategoryLinks();
- $ret .= $this->buildDataAfterContent();
$ret .= $this->indent( -1 ) . '</div>' . "\n";
// END content
@@ -126,7 +125,8 @@
protected function buildContentBody() {
return IdRegistry::getRegistry()->element( 'div', array( 'id'
=> 'bodyContent' ),
$this->indent() . '<!-- body text -->' . "\n" .
- $this->indent() . $this->getSkinTemplate()->get(
'bodytext' )
+ $this->indent() . $this->getSkinTemplate()->get(
'bodytext' ) .
+ $this->buildDataAfterContent()
);
}
--
To view, visit https://gerrit.wikimedia.org/r/171964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbfa1ba37c3bb2ae39bb3ca80dfc7de955637537
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits