[wp-trac] Re: [WordPress Trac] #3882: An error commented in forums:
tinyMCE not defined
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 10 17:09:37 GMT 2007
#3882: An error commented in forums: tinyMCE not defined
--------------------------+-------------------------------------------------
Reporter: josegonzalez | Owner: ryan
Type: defect | Status: new
Priority: normal | Milestone: 2.1.4
Component: TinyMCE | Version: 2.1.2
Severity: normal | Resolution:
Keywords: 3nd-opinion |
--------------------------+-------------------------------------------------
Comment (by Otto42):
It looks like the problem may be that you have PHP's
"magic_quotes_runtime" enabled.
en.js is pulled through the tiny_mce_gzip.php file, for translation
purposes. If PHP has magic_quotes_runtime on, it will escape the quotes
(although I thought it should escape single quotes too).
Try adding `set_magic_quotes_runtime(0);` to /wp-
includes/js/tinymce/tiny_mce_gzip.php and see if that makes any
difference.
--
Ticket URL: <http://trac.wordpress.org/ticket/3882#comment:26>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list