[Plugin: Ultimate TinyMCE] Missing textdomains in 1.6
-
Hi,
I can’t add some character strings into multi-language files because of missing textdomains.
Line 564
echo '<br />This option will add a PHP widget in your admin panel widgets page. You can use this widget to insert arbitrary PHP code.<br /><br />Note: After checking this option, de-checking it will remove the PHP widget from your page and the admin panel widget area. Simply re-check this box to get them back.<br /><br />';Line 576
echo 'This option will allow you to enter any string of text into your editor using the [signoff] shortcode. You may also use valid HTML elements.<br /><br />(Perfect if you always "sign" your posts at the end with the same text.)<br /><br />Just type [signoff] anywhere in your post/page editor screen to apply the text from above.';You can use
_e()in place ofecho()to support textdomain._e('<br />This option will add a PHP widget in your admin panel widgets page. You can use this widget to insert arbitrary PHP code.<br /><br />Note: After checking this option, de-checking it will remove the PHP widget from your page and the admin panel widget area. Simply re-check this box to get them back.<br /><br />', 'jwl-ultimate-tinymce');_e('This option will allow you to enter any string of text into your editor using the [signoff] shortcode. You may also use valid HTML elements.<br /><br />(Perfect if you always "sign" your posts at the end with the same text.)<br /><br />Just type [signoff] anywhere in your post/page editor screen to apply the text from above.', 'jwl-ultimate-tinymce');
The topic ‘[Plugin: Ultimate TinyMCE] Missing textdomains in 1.6’ is closed to new replies.