Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37845, comment 1


Ignore:
Timestamp:
08/27/2016 12:11:39 AM (10 years ago)
Author:
azaozz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37845, comment 1

    initial v1  
    11The line `Deprecated TinyMCE API call: <target>.onSaveContent.add(..)` is just a warning. It means you are using a WordPress plugin that either hasn't been updated in couple of years or is still using ancient TinyMCE API calls. These were removed when we updated TinyMCE in WordPress 3.9!
    22
    3 The actual error is `TypeError: this.getDoc(...) is undefined`. Sounds like the error comes from Easyrecipes and may have been triggered by a change in ACF. Contact the Easyrecipes authors and ask them to update their plugin :)
     3The actual error is `TypeError: this.getDoc(...) is undefined`. Sounds like the error comes from Easyrecipes and may have been triggered by a change in ACF. Please contact the Easyrecipes authors and ask them to update their plugin :)
    44
    55It also sounds like the same plugin causes the deprecated warning. Using that super outdated compatibility mode is bound to cause errors at some point. That was added just to give plugin authors ample time to update their plugins. Still using it two and a half years later is...