Remove PayPal information from now.
authorWikimedia Espana <wmes@canberra>
Fri, 29 Jun 2012 21:25:47 +0000 (14:25 -0700)
committerWikimedia Espana <wmes@canberra>
Fri, 29 Jun 2012 21:25:47 +0000 (14:25 -0700)
Paypal-wmes.php

index 32694f6ae6bbd27622e108409ee59093cca1e6da..2dea193380ec0e2f3a49a03843d4dd9528896b40 100755 (executable)
@@ -8,6 +8,7 @@ function efSetupPaypalWMES(&$parser) {
 }
 
 function efHookPaypalWMES( $input, array $args, Parser $parser, PPFrame $frame ) {
+  return '';
   return '
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
 <input name="cmd" type="hidden" value="_s-xclick" />
@@ -15,4 +16,4 @@ function efHookPaypalWMES( $input, array $args, Parser $parser, PPFrame $frame )
 <input alt="PayPal. La forma rápida y segura de pagar en Internet." name="submit"
 src="http://www.wikimedia.org.es/wp-content/uploads/2011/06/btn_donateCC_LG.gif" type="image" />
 </form>';
-}
\ No newline at end of file
+}