wp-manual-image-crop icon indicating copy to clipboard operation
wp-manual-image-crop copied to clipboard

You need to use escape functions for i18n

Open willybahuaud opened this issue 7 years ago • 0 comments

Hello, I suggest you 2 improvements :

  • the first improvment is to use escape i18n functions (like esc_attr__ or esc_html__) instead of regular i18n ones. In fact, french translation break your inline script because of simple quotes into text strings…
  • the second on is to pass $ as jQuery(document).ready(). It allows to use $in place of jQuery inside your inline JavaScript code.

willybahuaud avatar Feb 01 '18 21:02 willybahuaud