Alex Monk has uploaded a new change for review.
https://gerrit.wikimedia.org/r/49821
Change subject: Fix discussion page history columns They currently just show
the message names. I don't think there's a bug for this.
......................................................................
Fix discussion page history columns
They currently just show the message names. I don't think there's a bug for
this.
Change-Id: I1e1e066e68182849f96cd89d69396a322a479fbf
---
M pages/TalkpageHistoryView.php
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LiquidThreads
refs/changes/21/49821/1
diff --git a/pages/TalkpageHistoryView.php b/pages/TalkpageHistoryView.php
index a4358b9..846c321 100644
--- a/pages/TalkpageHistoryView.php
+++ b/pages/TalkpageHistoryView.php
@@ -42,11 +42,11 @@
function getFieldMessages() {
$headers = array(
- 'th_timestamp' => 'lqt-history-time',
- 'thread_subject' => 'lqt-history-thread',
- 'th_user_text' => 'lqt-history-user',
- 'th_change_type' => 'lqt-history-action',
- 'th_change_comment' => 'lqt-history-comment',
+ 'th_timestamp' => $this->msg( 'lqt-history-time'
)->text(),
+ 'thread_subject' => $this->msg( 'lqt-history-thread'
)->text(),
+ 'th_user_text' => $this->msg( 'lqt-history-user'
)->text(),
+ 'th_change_type' => $this->msg( 'lqt-history-action'
)->text(),
+ 'th_change_comment' => $this->msg(
'lqt-history-comment' )->text(),
);
return $headers;
--
To view, visit https://gerrit.wikimedia.org/r/49821
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e1e066e68182849f96cd89d69396a322a479fbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits