Addshore has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/362303 )
Change subject: Stop returning void from $wgOut->setSubtitle()
......................................................................
Stop returning void from $wgOut->setSubtitle()
Change-Id: Iff1e927caf39bc0581e784ea5100a76800cc717a
---
M includes/content/NewsletterContent.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Newsletter
refs/changes/03/362303/1
diff --git a/includes/content/NewsletterContent.php
b/includes/content/NewsletterContent.php
index 9adf0a0..a3206ea 100644
--- a/includes/content/NewsletterContent.php
+++ b/includes/content/NewsletterContent.php
@@ -207,7 +207,7 @@
$form->prepareForm();
!$this->newsletter ? $output->setText( $form->getBody()
) : $output->setText(
- $this->getNavigationLinks( $options ) .
$newsletterActionButtons . "<br><br>" .
+ $newsletterActionButtons . "<br><br>" .
$form->getBody()
);
return $output;
@@ -391,7 +391,7 @@
$options->getUserLangObj()->pipeList( $links )
)->escaped();
- return $wgOut->setSubtitle(
+ $wgOut->setSubtitle(
$options->getUserLangObj()->pipeList( [ $listLink,
$newsletterLinks ] )
);
}
--
To view, visit https://gerrit.wikimedia.org/r/362303
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff1e927caf39bc0581e784ea5100a76800cc717a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Newsletter
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits