WordPress/wp-includes/js/tinymce
Andrew Ozz e4758f42e5 Update the TinyMCE initialization:
- Replace `wp_htmledit_pre()` and `wp_richedit_pre()` with `format_for_editor()`.
- Replace the `'htmledit_pre'` and `'richedit_pre'` filters with `'format_for_editor'`.
- Do not run the post content through `wpautop()` in PHP when the visual editor is default. Run the textarea content through the JS wpautop on initializing TinyMCE.
- Simplify both editors initialization.
- Improve setting of `wpActiveEditor` in Quicktags.
- Improve editor.js, use `tinymce.$` when possible.
See #32425.
Built from https://develop.svn.wordpress.org/trunk@32899


git-svn-id: http://core.svn.wordpress.org/trunk@32870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-06-21 22:01:28 +00:00
..
langs Call it 'Distraction-free writing mode' and update the help string. fixes #30657. 2014-12-16 10:07:23 +00:00
plugins Update the TinyMCE initialization: 2015-06-21 22:01:28 +00:00
skins Editor: 2015-06-01 17:38:29 +00:00
themes/modern TinyMCE: update to 4.1.9. Fixes #31551. 2015-03-10 19:20:28 +00:00
utils TinyMCE 4.0.12, first run. 2013-12-28 23:53:15 +00:00
license.txt Fix EOL for newly added files 2011-04-11 18:23:51 +00:00
tiny_mce_popup.js TinyMCE: update to 4.1.10. 2015-05-06 03:23:25 +00:00
tinymce.min.js TinyMCE: update to 4.1.10. 2015-05-06 03:23:25 +00:00
wp-mce-help.php Merge strings that describe the same command. 2015-04-08 16:59:26 +00:00
wp-tinymce.js.gz Update the TinyMCE initialization: 2015-06-21 22:01:28 +00:00
wp-tinymce.php When outputting JS with a Content-Type header: 2015-01-03 02:57:21 +00:00