mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-16 09:14:35 +00:00
26c034a044971307de5e35f53b7060175c257485
After [43738], TinyMCE would be loaded earlier than before, which makes filters run at a different time relative to the loading of TinyMCE. Fix this by calling `wp_print_scripts` at the location where TinyMCE would previously be inserted as a `<script>` tag in the page. Also, an TinyMCE translation related `<script>` that was mistakenly removed in [44115]. Props azaozz, omarreiss, swisspidy, atimmer. Merges [43753], [43754] to trunk. Fixes #45065. git-svn-id: https://develop.svn.wordpress.org/trunk@44119 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%