Make WordPress Core


Ignore:
Timestamp:
01/22/2008 06:23:46 AM (17 years ago)
Author:
ryan
Message:

Port wphelp plugin to tinyMCE 3.0. Props azaozz. see #5703

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/tiny_mce_config.php

    r6632 r6641  
    2828    $invalid_elements = apply_filters('mce_invalid_elements', '');
    2929
    30     $plugins = array( 'safari', 'inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress', 'media' );
     30    $plugins = array( 'safari', 'inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress', 'wphelp', 'media' );
    3131    $plugins = apply_filters('mce_plugins', $plugins);
    3232    $plugins = implode($plugins, ',');
Note: See TracChangeset for help on using the changeset viewer.