Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26705


Ignore:
Timestamp:
12/22/2013 12:57:22 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

TinyMCE is only loaded on front-end if it's required by one of the installed plugins or the current theme, not by default. This sounds like an issue with the particular environment.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26705

    • Property Component changed from General to Performance
  • Ticket #26705 – Description

    initial v1  
    44
    55When I remove this 2 lines from Frontend:
     6{{{
    67<script type='text/javascript' src='./wp-includes/js/tinymce/tiny_mce.js'></script>
    78<script type='text/javascript' src='./wp-includes/js/tinymce/langs/wp-langs-de.js'></script>
     9}}}
    810
    911Then the page is showing up.