Make WordPress Core


Ignore:
Timestamp:
01/13/2011 09:57:30 PM (14 years ago)
Author:
nacin
Message:

Remove the TinyMCE media plugin. fixes #14647.

File:
1 edited

Legend:

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

    r17228 r17288  
    14061406
    14071407    if ( $teeny ) {
    1408         $plugins = apply_filters( 'teeny_mce_plugins', array('inlinepopups', 'media', 'fullscreen', 'wordpress', 'wplink', 'wpdialogs') );
     1408        $plugins = apply_filters( 'teeny_mce_plugins', array('inlinepopups', 'fullscreen', 'wordpress', 'wplink', 'wpdialogs') );
    14091409        $ext_plugins = '';
    14101410    } else {
    1411         $plugins = array( 'inlinepopups', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen', 'wpeditimage', 'wpgallery', 'tabfocus', 'wplink', 'wpdialogs' );
     1411        $plugins = array( 'inlinepopups', 'spellchecker', 'paste', 'wordpress', 'fullscreen', 'wpeditimage', 'wpgallery', 'tabfocus', 'wplink', 'wpdialogs' );
    14121412
    14131413        /*
Note: See TracChangeset for help on using the changeset viewer.