Notice: Undefined index: new_tab
-
Hi
Thank you for providing this plug-in.
Line 3 in ?paypal-button.php? produces an error message when debugging in wp-config.php is true.
Here is the error message:
Notice: Undefined index: new_tab in /Applications/MAMP/htdocs/Wordpress/wp-content/plugins/paypal-donations/views/paypal-button.php on line 3When i omit line three in ?paypal-button.php? this message disappears. This is the changed code:
<!– Begin PayPal Donations by https://johansteen.se/ –>
<form action=”<?php echo apply_filters( ‘paypal_donations_url’, ‘https://www.paypal.com/cgi-bin/webscr’); ?>” method=”post”<?phpecho ‘ target=”_blank”‘;
?>>
Is this behaviour intentional?
regards
theo
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Notice: Undefined index: new_tab’ is closed to new replies.