[ad_1]
Replies: 1
Do not split one sentence to separate parts, so the new notification message strings should be the following.
inc/settings.php
<?php printf(esc_html__('Save 20%% on any of our %1$sPro WordPress plugins%2$s.', 'disable-media-sizes'),'<a target="_blank" rel="noopener noreferrer" href="https://plugin-planet.com/">','</a>'); ?>
<?php printf(esc_html__('Apply code %1$sPLANET2023%2$s at checkout. Sale ends 9/9/23.', 'disable-media-sizes'),'<code style="line-height:1;font-size:12px;">','</code>'); ?> Also apply these changes to the plugins which use the same message, and change the text domain.
