Make WordPress Core


Ignore:
Timestamp:
02/06/2016 12:50:31 AM (8 years ago)
Author:
azaozz
Message:

TinyMCE inline link:

  • Fix not displaying anything when the URL is only a fragment. Show the whole URL.
  • Fix editing a link when it is the very first word in the editor.
  • Fix editing a link then some of the surrounding text or space is selected. Change the selection to only the link node.
  • Add placeholder when adding new link.

See #33301.

File:
1 edited

Legend:

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

    r36384 r36483  
    10441044            'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    10451045            'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
     1046            'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog
    10461047
    10471048            // Shortcuts help modal
Note: See TracChangeset for help on using the changeset viewer.