From 73858764cca7f8a2844556762bd6facd25b8d933 Mon Sep 17 00:00:00 2001 From: Wikimedia Espana Date: Tue, 3 Apr 2012 11:37:04 -0700 Subject: [PATCH] =?utf8?q?La=20extensi=C3=B3n=20Paypal-wmes=20a=C3=B1ade?= =?utf8?q?=20el=20tag=20=20que=20genera=20un=20bot?= =?utf8?q?=C3=B3n=20para=20donar=20a=20WM-ES=20por=20PayPal.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Paypal-wmes.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 Paypal-wmes.php diff --git a/Paypal-wmes.php b/Paypal-wmes.php new file mode 100755 index 0000000..32694f6 --- /dev/null +++ b/Paypal-wmes.php @@ -0,0 +1,18 @@ +setHook( 'paypal wm-es', 'efHookPaypalWMES' ); + return true; +} + +function efHookPaypalWMES( $input, array $args, Parser $parser, PPFrame $frame ) { + return ' +
+ + + +
'; +} \ No newline at end of file -- 2.30.2