Make WordPress Core

Ticket #31571: 31571.4.patch

File 31571.4.patch, 545 bytes (added by iseulde, 10 years ago)
  • src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js

     
    12201220                }
    12211221        });
    12221222
    1223         editor.on( 'beforeexeccommand', function( event ) {
    1224                 if ( isPlaceholder( editor.selection.getNode() ) ) {
    1225                         event.preventDefault();
    1226                 }
    1227         } );
    1228 
    12291223        return {
    12301224                _do_shcode: parseShortcode,
    12311225                _get_shcode: getShortcode