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 @@
12
12
}
13
13
14
14
public function getDescription() {
15
- return wfMessage( $this->pageTitle )->plain();
15
+ return $this->pageTitle;
16
16
}
17
17
18
18
public function execute( $par ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112664
updating language to match Howie's google doc...
raindrift
01:30, 29 February 2012
Status & tagging log
20:38, 20 March 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r112928
[
removed:
new
added:
deferred]