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:
parent
a89aef0f6e
commit
c108fdc0ba
@ -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'
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user