mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
- 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 |
||
|---|---|---|
| .. | ||
| langs | ||
| plugins | ||
| skins | ||
| themes/modern | ||
| utils | ||
| license.txt | ||
| tiny_mce_popup.js | ||
| tinymce.min.js | ||
| wp-mce-help.php | ||
| wp-tinymce.js.gz | ||
| wp-tinymce.php | ||