Opened 9 years ago
Closed 9 years ago
#39144 closed defect (bug) (worksforme)
Wordpress editor giving js error
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 4.7 |
| Component: | General | Keywords: | |
| Focuses: | javascript, administration | Cc: |
Description
Wordpress editor giving the following js error
Deprecated TinyMCE API call: <target>.onPostRender.add(..)
This is without any plugins and twenty fourteen theme activated
Change History (1)
Note: See
TracTickets for help on using
tickets.
This is not an error, it is a "notice". It means that there is a very very old TinyMCE plugin loaded from somewhere.
If there are no WordPress plugins and a default theme is active, that may be coming from a plugin in mu-plugins or perhaps a "snippet" in functions.php? You can examine the HTML source of the Edit Post screen to try to determine where it is coming from.
Closing as worksforme. Outputting this notice in the browser console is the expected behavior in TinyMCE.