Title: [Plugin: Ultimate TinyMCE]  Missing textdomains in 1.6
Last modified: August 20, 2016

---

# [Plugin: Ultimate TinyMCE] Missing textdomains in 1.6

 *  [redcocker](https://wordpress.org/support/users/redcocker/)
 * (@redcocker)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-textdomains-in-16/)
 * 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 of `echo()` 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');`
 * [http://wordpress.org/extend/plugins/ultimate-tinymce/](http://wordpress.org/extend/plugins/ultimate-tinymce/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-textdomains-in-16/#post-2443042)
 * You are correct. I forgot to do that on the added bonuses and features. Will 
   fix this in version 1.6.1
 * Thank you for taking the time to let me know!!
 * – Josh

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Ultimate TinyMCE] Missing textdomains in 1.6’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tinymce.svg)
 * [Ultimate TinyMCE](https://wordpress.org/plugins/ultimate-tinymce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tinymce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tinymce/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tinymce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tinymce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tinymce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-missing-textdomains-in-16/#post-2443042)
 * Status: not resolved