Make WordPress Core


Ignore:
Timestamp:
07/21/2016 03:41:17 AM (8 years ago)
Author:
azaozz
Message:

TinyMCE, link check:

  • Use wp.a11y.speak() to announce bad URLs.
  • Do not add a title to the link toolbar.
  • Better error message.

Props afercia, azaozz.
See #36638.

File:
1 edited

Legend:

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

    r38110 r38126  
    10661066            'Letter' => __( 'Letter' ),
    10671067            'Action' => __( 'Action' ),
    1068             'Invalid host name.' => __( 'Invalid host name.' ),
     1068            'Warning: the link has been inserted but the destination cannot be reached.' => __( 'Warning: the link has been inserted but the destination cannot be reached.' ),
    10691069            'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' =>
    10701070                __( 'To move focus to other buttons use Tab or the arrow keys. To return focus to the editor press Escape or use one of the buttons.' ),
Note: See TracChangeset for help on using the changeset viewer.