Title: gargoyle's Replies | WordPress.org

---

# gargoyle

  [  ](https://wordpress.org/support/users/gargoyle/)

 *   [Profile](https://wordpress.org/support/users/gargoyle/)
 *   [Topics Started](https://wordpress.org/support/users/gargoyle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gargoyle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gargoyle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gargoyle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gargoyle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gargoyle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [JS Errors / White font / No TinyMCE](https://wordpress.org/support/topic/js-errors-white-font-no-tinymce/)
 *  Thread Starter [gargoyle](https://wordpress.org/support/users/gargoyle/)
 * (@gargoyle)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/js-errors-white-font-no-tinymce/#post-1900681)
 * I am wondering why this annoying error which is documented since more than two
   years is still not completely fixed.
 * The error happens because the script loader adds a backslash to every double 
   quote to parse the javascript code inside php code.
 * if i add
 * ?>
 * <script type=”text/javascript” src=”[http://www.mysite.de/wp-includes/js/jquery/jquery.js”></script&gt](http://www.mysite.de/wp-includes/js/jquery/jquery.js”></script&gt);
   
   <script type=”text/javascript” src=”[http://www.mysite.de/wp-admin/js/editor.js”></script&gt](http://www.mysite.de/wp-admin/js/editor.js”></script&gt);
   <script type=”text/javascript” src=”[http://www.mysite.de/wp-admin/js/utils.js”></script&gt](http://www.mysite.de/wp-admin/js/utils.js”></script&gt);
   <script type=”text/javascript” src=”[http://www.mysite.de/wp-includes/js/quicktags.js”></script&gt](http://www.mysite.de/wp-includes/js/quicktags.js”></script&gt);
   <script type=”text/javascript” src=”[http://www.mysite.de/wp-admin/js/nav-menu.js”></script&gt](http://www.mysite.de/wp-admin/js/nav-menu.js”></script&gt);
 * <?
 * to the admin-header.php most of the errors will go. The font will be black again.
   But tinymce still does not work.

Viewing 1 replies (of 1 total)