updated plugin Easy Digital Downloads
version 3.1.1.2
This commit is contained in:
@ -52,7 +52,7 @@ add_action( 'admin_notices', function () {
|
||||
echo wp_kses( sprintf(
|
||||
/* Translators: %1$s opening anchor tag; %2$s closing anchor tag */
|
||||
__( 'A new, improved PayPal experience is now available in Easy Digital Downloads. You can learn more about the new integration in %1$sour documentation%2$s.', 'easy-digital-downloads' ),
|
||||
'<a href="https://docs.easydigitaldownloads.com/article/2410-paypal#migration" target="_blank">',
|
||||
'<a href="https://easydigitaldownloads.com/docs/paypal-setup/#upgrade" target="_blank">',
|
||||
'</a>'
|
||||
), array( 'a' => array( 'href' => true, 'target' => true ) ) );
|
||||
?>
|
||||
|
Reference in New Issue
Block a user