ToastFreeware
/
toast
/
cookiecaptcha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17411a6
)
Large commit. Removed 800+ references to no-op wfLoadExtensionMessages()
author
Chad Horohoe
<demon@users.mediawiki.org>
Wed, 26 May 2010 22:25:32 +0000
(22:25 +0000)
committer
Chad Horohoe
<demon@users.mediawiki.org>
Wed, 26 May 2010 22:25:32 +0000
(22:25 +0000)
ConfirmEdit_body.php
patch
|
blob
|
history
diff --git
a/ConfirmEdit_body.php
b/ConfirmEdit_body.php
index 291fb83d1b7e8a38d5d80d5e728cc3f56d3907c2..c1503b8fbfb1b5986654f5a40a90073a7ed8a5e3 100644
(file)
--- a/
ConfirmEdit_body.php
+++ b/
ConfirmEdit_body.php
@@
-6,10
+6,6
@@
class ConfirmEditHooks {
static $done = false;
if ( !$done ) {
$done = true;
- wfLoadExtensionMessages( 'ConfirmEdit' );
- if ( isset( $wgExtensionMessagesFiles[$wgCaptchaClass] ) ) {
- wfLoadExtensionMessages( $wgCaptchaClass );
- }
$wgCaptcha = new $wgCaptchaClass;
}
return $wgCaptcha;