Changeset 17288 for trunk/wp-admin/includes/post.php
- Timestamp:
- 01/13/2011 09:57:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r17228 r17288 1406 1406 1407 1407 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') ); 1409 1409 $ext_plugins = ''; 1410 1410 } 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' ); 1412 1412 1413 1413 /*
Note: See TracChangeset
for help on using the changeset viewer.