Guest User

Untitled

a guest
Feb 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. function comment_editor($settings, $editor_id)
  2. {
  3. if($editor_id !== "replycontent") {
  4. return $settings;
  5. }
  6.  
  7. $settings['tinymce'] = true;
  8. $settings['media_buttons'] = true;
  9. return $settings;
  10. }
  11. add_filter('wp_editor_settings', 'comment_editor', 10, 2);
  12.  
  13. Uncaught (in promise) TypeError: Cannot read property 'getNotificationManagerImpl' of undefined
Add Comment
Please, Sign In to add comment