Make WordPress Core


Ignore:
Timestamp:
12/03/2014 08:30:09 PM (12 years ago)
Author:
azaozz
Message:

TinyMCE: remove <address> from the block formats drop-down. Props avryl, mor10. Fixes #30132.

File:
1 edited

Legend:

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

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