r110509 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r110508
|
r110509
|
r110510
>
Date:
19:07, 1 February 2012
Author:
gregchiasson
Status:
ok
Tags:
Comment:
AFT5 - Use NS_PROJECT instead of hard-coding project name. Fixes
r110445
Modified paths:
/trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php
—
—
@@ -133,7 +133,7 @@
134
134
$helpPage = 'Article_Feedback_Tool/Version_5/Help/Feedback_page_Editors';
135
135
}
136
136
137
- $helpTitle = Title::newFromText( $helpPage, 'Wikipedia' );
137
+ $helpTitle = Title::newFromText( $helpPage, NS_PROJECT );
138
138
$out->addHTML(
139
139
Html::openElement(
140
140
'div',
Sign-offs
User
Flag
Date
Nikerabbit
inspected
21:35, 1 February 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r110445
AFT5 - working help links.
gregchiasson
22:39, 31 January 2012
Status & tagging log
19:17, 1 February 2012
Catrope
(
talk
|
contribs
)
changed the
status
of r110509
[
removed:
new
added:
ok]