r81312 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81311‎ | r81312 | r81313 >
Date:18:41, 1 February 2011
Author:mah
Status:reverted (Comments)
Tags:
Comment:
followup r81239 fix FIXME
Modified paths:
  • /trunk/extensions/ConfirmEdit/ConfirmEdit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmEdit/ConfirmEdit.php
@@ -40,7 +40,7 @@
4141 $wgExtensionCredits['other'][] = array(
4242 'path' => __FILE__,
4343 'name' => 'ConfirmEdit',
44 - 'author' => array( 'Brion Vibber', 'others' ),
 44+ 'author' => array( 'Brion Vibber', wfMsg( 'others' ) ),
4545 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit',
4646 'version' => '1.0',
4747 'descriptionmsg' => 'captcha-desc',

Follow-up revisions

RevisionCommit summaryAuthorDate
r81318Revert r81312: PHP Fatal error: Call to undefined function wfMsg() in /www/w/...raymond20:36, 1 February 2011
r81364followup r81318 & r81312 so that FIXME and revert can live (somewhat) happilymah01:14, 2 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81239Followup r81231, r81229...reedy09:50, 31 January 2011

Comments

#Comment by 😂 (talk | contribs)   18:45, 1 February 2011

This is also wrong as I mentioned here.

#Comment by Raymond (talk | contribs)   20:32, 1 February 2011

This throws

PHP Fatal error: Call to undefined function wfMsg() in /www/w/extensions/ConfirmEdit/ConfirmEdit.php on line 43

Status & tagging log