Make WordPress Core


Ignore:
Timestamp:
03/16/2016 02:03:21 AM (9 years ago)
Author:
azaozz
Message:

TinyMCE, inline link:

  • Remove bottom box-shadow from the Apply button so it matches the rest.
  • Change the tooltip for the cogwheel button to Link options.

See #33301.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r36991 r37001  
    10451045            'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
    10461046            'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog
     1047            'Link options'  => __( 'Link options' ),
    10471048
    10481049            // Shortcuts help modal
Note: See TracChangeset for help on using the changeset viewer.