https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112928
Revision: 112928
Author: raindrift
Date: 2012-03-02 23:50:58 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
pageTitle is the actual title, not a message key.
followup to r112664
Modified Paths:
--------------
trunk/extensions/ArticleCreationWorkflow/SpecialArticleCreationLanding.php
Modified:
trunk/extensions/ArticleCreationWorkflow/SpecialArticleCreationLanding.php
===================================================================
--- trunk/extensions/ArticleCreationWorkflow/SpecialArticleCreationLanding.php
2012-03-02 23:12:38 UTC (rev 112927)
+++ trunk/extensions/ArticleCreationWorkflow/SpecialArticleCreationLanding.php
2012-03-02 23:50:58 UTC (rev 112928)
@@ -11,7 +11,7 @@
}
public function getDescription() {
- return wfMessage( $this->pageTitle )->plain();
+ return $this->pageTitle;
}
public function execute( $par ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs