Make WordPress Core


Ignore:
Timestamp:
11/13/2014 12:55:22 AM (11 years ago)
Author:
azaozz
Message:

TinyMCE: enhance the inline toolbar for images:

  • Add alignment (left, center, right, none) buttons.
  • Position the menu above the image when possible, except on iOS.
  • Fix selecting images on iOS.

First run, part props avryl. See #30147.

File:
1 edited

Legend:

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

    r30296 r30318  
    958958            'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    959959            'Distraction Free Writing' => __( 'Distraction Free Writing' ),
     960            'Remove Alignment' => __( 'Remove alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
    960961        );
    961962
Note: See TracChangeset for help on using the changeset viewer.