Improve I18N Issues (Based on 1.8)
-
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" ); ?> <?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.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Improve I18N Issues (Based on 1.8)’ is closed to new replies.