Make WordPress Core

Changeset 38891


Ignore:
Timestamp:
10/24/2016 09:57:22 PM (8 years ago)
Author:
azaozz
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wplink/plugin.js

    r38159 r38891  
    561561
    562562        editor.addButton( 'wp_link_remove', {
    563             tooltip: 'Remove',
    564             icon: 'dashicon dashicons-no',
     563            tooltip: 'Remove link',
     564            icon: 'dashicon dashicons-editor-unlink',
    565565            cmd: 'wp_unlink'
    566566        } );
Note: See TracChangeset for help on using the changeset viewer.