Make WordPress Core


Ignore:
Timestamp:
04/10/2011 06:36:05 PM (14 years ago)
Author:
azaozz
Message:

Update TinyMCE to 3.4.2, includes native <iframe>, <audio>, <video> support and stops removing HTML 5.0 tags, fixes #17086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r17522 r17625  
    14111411        $ext_plugins = '';
    14121412    } else {
    1413         $plugins = array( 'inlinepopups', 'spellchecker', 'paste', 'wordpress', 'fullscreen', 'wpeditimage', 'wpgallery', 'tabfocus', 'wplink', 'wpdialogs' );
     1413        $plugins = array( 'inlinepopups', 'spellchecker', 'paste', 'wordpress', 'fullscreen', 'media', 'wpeditimage', 'wpgallery', 'tabfocus', 'wplink', 'wpdialogs' );
    14141414
    14151415        /*
     
    15601560        'paste_strip_class_attributes' => 'all',
    15611561        'paste_text_use_dialog' => true,
     1562        'extended_valid_elements' => 'article[*],aside[*],audio[*],canvas[*],command[*],datalist[*],details[*],embed[*],figcaption[*],figure[*],footer[*],header[*],hgroup[*],keygen[*],mark[*],meter[*],nav[*],output[*],progress[*],section[*],source[*],summary,time[*],video[*],wbr',
    15621563        'wpeditimage_disable_captions' => $no_captions,
    15631564        'plugins' => implode( ',', $plugins ),
Note: See TracChangeset for help on using the changeset viewer.