Make WordPress Core


Ignore:
Timestamp:
06/30/2015 03:57:42 AM (10 years ago)
Author:
azaozz
Message:

Press This:

  • Add support for the Text editor.
  • Add auto-scrolling when the caret moves out of the viewport while the user is typing (similarly to editor-expand).
  • Add auto-resize for the textarea.

See #32706.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r32983 r32999  
    13881388                        'toolbar2'              => 'undo,redo',
    13891389                    ),
    1390                     'quicktags' => false,
     1390                    'quicktags' => array(
     1391                        'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,more',
     1392                    ),
    13911393                ) );
    13921394
Note: See TracChangeset for help on using the changeset viewer.