Opened 20 years ago
Closed 20 years ago
#2047 closed enhancement (fixed)
wp_richedit_pre() may better have a filter hook for customization & i18n
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | normal | Version: | 2.0 |
| Component: | General | Keywords: | richedit_pre tinymce bg|has-patch |
| Focuses: | Cc: |
Description
For some i18n purposes, We need to take control of the default text shows up in TinyMCE when a blank post/page starts, wp_richedit_pre() is called before TinyMCE wants to show content for some filterings, It also checks if it's a blank post or not, I added an filter hook to this function named "richedit_pre"
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Good idea! I've modified it a bit to remove the empty paragraph as default. It was only added to improve RTL support but it hurts the experience for LTR users. Now anyone writing a plugin to turn on RTL is burdened with adding '<p> </p>' to any empty string.