Files
wordpress-develop/src/wp-includes/js
Andrew Ozz e366658072 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.

git-svn-id: https://develop.svn.wordpress.org/trunk@32899 602fd350-edb4-49c9-b593-d223f7449a82
2015-06-21 22:00:42 +00:00
..
2015-03-11 15:11:52 +00:00
2014-02-22 15:41:50 +00:00
2014-11-10 01:46:04 +00:00
2015-03-11 17:14:34 +00:00
2015-04-01 02:38:25 +00:00
2014-02-13 07:33:29 +00:00
2015-05-03 18:44:37 +00:00
2013-11-15 04:41:51 +00:00
2013-12-28 23:52:04 +00:00