Make WordPress Core

Changeset 31222


Ignore:
Timestamp:
01/16/2015 11:35:24 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE: add breaking out of blockquotes by pressing Enter twice. Togging blockquote on|off with the button and the shortcut is unchanged. Props avryl, fixes #23110.

File:
1 edited

Legend:

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

    r31112 r31222  
    513513                    'preview_styles' => 'font-family font-size font-weight font-style text-decoration text-transform',
    514514
     515                    'end_container_on_empty_block' => true,
    515516                    'wpeditimage_disable_captions' => $no_captions,
    516517                    'wpeditimage_html5_captions' => current_theme_supports( 'html5', 'caption' ),
Note: See TracChangeset for help on using the changeset viewer.