TinyMCE: change the icon and tooltip for the remove link button in the inline link toolbar.

Props hardeepasrani, ocean90, magicroundabout, iseulde.
Fixes 37278.

git-svn-id: https://develop.svn.wordpress.org/trunk@38891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2016-10-24 21:57:22 +00:00
parent a89aef0f6e
commit c108fdc0ba

View File

@ -560,8 +560,8 @@
} ); } );
editor.addButton( 'wp_link_remove', { editor.addButton( 'wp_link_remove', {
tooltip: 'Remove', tooltip: 'Remove link',
icon: 'dashicon dashicons-no', icon: 'dashicon dashicons-editor-unlink',
cmd: 'wp_unlink' cmd: 'wp_unlink'
} ); } );