This topic contains 5 replies, has 3 voices. Last updated by Jason (Lead Developer) 4 years, 6 months ago.
Topic Author | Topic |
---|---|
Posted: Sunday May 27th, 2012 at 1:26 pm #14769 | |
Hi, the following sentence seems not to be translatable via the plugin “CodeStyling Localization”: “We Accept PayPal®” You can find this sentence here: 1. File: /wordpress/wp-content/plugins/s2member-pro/includes/classes/gateways/paypal/paypal-form-in.inc.php $code = ($attr[“accept”] === array (“paypal”)) ? preg_replace (“/Billing Method/”, “We Accept PayPal®”, $code) : $code; 2. File: /wordpress/wp-content/plugins/s2member-pro/includes/classes/gateways/paypal/paypal-form-in.inc.php $code = ($attr[“accept”] === array (“paypal”)) ? preg_replace (“/Billing Method/”, “We Accept PayPal®”, $code) : $code; — Please fix this in the next update. ;) Thanks. |