- /**
- * Show a message asking the user to enter a captcha on edit
- * The result will be treated as wiki text
- *
- * @param $action string Action being performed
- * @return string
- */
- /*
- function getMessage( $action ) {
- $name = 'fancycaptcha-' . $action;
- $text = wfMessage( $name )->text();
- # Obtain a more tailored message, if possible, otherwise, fall back to
- # the default for edits
- return wfMessage( $name, $text )->isDisabled() ?
- wfMessage( 'fancycaptcha-edit' )->text() : $text;
- }
- */
-