Make WordPress Core

Changeset 31735


Ignore:
Timestamp:
03/11/2015 10:56:17 PM (12 years ago)
Author:
azaozz
Message:

TinyMCE: remove block_formats setting, this is now the default in TinyMCE 4.1.9.
Props iseulde. Fixes #31585.

File:
1 edited

Legend:

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

    r31733 r31735  
    492492                                                strikethrough: {inline: 'del'}
    493493                                        }",
    494                                         'block_formats' =>
    495                                                 'Paragraph=p;' .
    496                                                 'Pre=pre;' .
    497                                                 'Heading 1=h1;' .
    498                                                 'Heading 2=h2;' .
    499                                                 'Heading 3=h3;' .
    500                                                 'Heading 4=h4;' .
    501                                                 'Heading 5=h5;' .
    502                                                 'Heading 6=h6',
    503494                                        'relative_urls' => false,
    504495                                        'remove_script_host' => false,
Note: See TracChangeset for help on using the changeset viewer.