r112928 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112927‎ | r112928 | r112929 >
Date:23:50, 2 March 2012
Author:raindrift
Status:deferred
Tags:
Comment:
pageTitle is the actual title, not a message key.
followup to r112664
Modified paths:
  • /trunk/extensions/ArticleCreationWorkflow/SpecialArticleCreationLanding.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleCreationWorkflow/SpecialArticleCreationLanding.php
@@ -11,7 +11,7 @@
1212 }
1313
1414 public function getDescription() {
15 - return wfMessage( $this->pageTitle )->plain();
 15+ return $this->pageTitle;
1616 }
1717
1818 public function execute( $par ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112664updating language to match Howie's google doc...raindrift01:30, 29 February 2012

Status & tagging log