Make WordPress Core

Ticket #40429: 40429.patch

File 40429.patch, 473 bytes (added by sagarprajapati, 7 years ago)
  • wp-includes/js/tinymce/plugins/paste/plugin.js

     
    919919                                        });
    920920
    921921                                        editor.getDoc().execCommand('Paste', false, null);
    922                                         clipboardContent["text/html"] = getPasteBinHtml();
    923922                                }
    924923
    925924                                // If clipboard API has HTML then use that directly