Support » Plugin: Post Thumbnail Extras » broken in WP 4.5

Viewing 1 replies (of 1 total)
  • Same goes for Post Thumbnail Editor. And for it this fix helped me:

    In \post-thumbnail-editor\js\snippets\pte_enable_media.ja on line 19, change this:

    "\n</a>", {id:"{{ data.id }}"});
    
    To this:
    "\n</a>")({id:"{{ data.id }}"});

Viewing 1 replies (of 1 total)
  • The topic ‘broken in WP 4.5’ is closed to new replies.