r100405 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100404‎ | r100405 | r100406 >
Date:03:14, 21 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Tweak message

Add/update documentation
Modified paths:
  • /trunk/extensions/Contest/Contest.i18n.php (modified) (history)
  • /trunk/extensions/Contest/specials/SpecialContestant.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.i18n.php
@@ -61,7 +61,7 @@
6262 'specialpages-group-contest' => 'Contests',
6363
6464 // Navigation links
65 - 'contest-nav-contests' => 'Contests list',
 65+ 'contest-nav-contests' => 'Contest list',
6666 'contest-nav-editcontest' => 'Edit contest',
6767 'contest-nav-contest' => 'Summary and participants',
6868 'contest-nav-contestwelcome' => 'Landing page',
Index: trunk/extensions/Contest/specials/SpecialContestant.php
@@ -27,13 +27,16 @@
2828 *
2929 * @since 0.1
3030 *
31 - * @param string $arg
 31+ * @param string $subPage
3232 */
3333 public function execute( $subPage ) {
3434 if ( !parent::execute( $subPage ) ) {
3535 return;
3636 }
3737
 38+ /**
 39+ * @var $contestant ContestContestant
 40+ */
3841 $contestant = ContestContestant::s()->selectRow( 'id', array( 'id' => (int)$subPage ) );
3942
4043 if ( $contestant === false ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r1004401.18wmf1 REL r100402, r100405, r100419, r100427, r100432, r100433, r100435, r...reedy19:22, 21 October 2011

Status & tagging log