mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-04 02:55:42 +02:00
TinyMCE: change the icon and tooltip for the remove link button in the inline link toolbar.
Props hardeepasrani, ocean90, magicroundabout, iseulde. Fixes 37278. Built from https://develop.svn.wordpress.org/trunk@38891 git-svn-id: http://core.svn.wordpress.org/trunk@38834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
885d1dd89d
commit
1a7a00d14f
@ -560,8 +560,8 @@
|
||||
} );
|
||||
|
||||
editor.addButton( 'wp_link_remove', {
|
||||
tooltip: 'Remove',
|
||||
icon: 'dashicon dashicons-no',
|
||||
tooltip: 'Remove link',
|
||||
icon: 'dashicon dashicons-editor-unlink',
|
||||
cmd: 'wp_unlink'
|
||||
} );
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38890';
|
||||
$wp_version = '4.7-alpha-38891';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user