Changeset 15940 for trunk/wp-admin/includes/post.php
- Timestamp:
- 10/24/2010 02:58:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r15688 r15940 1312 1312 1313 1313 if ( $teeny ) { 1314 $plugins = apply_filters( 'teeny_mce_plugins', array('inlinepopups', 'media', 'fullscreen', 'wordpress' ) );1314 $plugins = apply_filters( 'teeny_mce_plugins', array('inlinepopups', 'media', 'fullscreen', 'wordpress', 'wplink') ); 1315 1315 $ext_plugins = ''; 1316 1316 } else { 1317 $plugins = array( 'inlinepopups', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen', 'wpeditimage', 'wpgallery', 'tabfocus' );1317 $plugins = array( 'inlinepopups', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen', 'wpeditimage', 'wpgallery', 'tabfocus', 'wplink' ); 1318 1318 1319 1319 /*
Note: See TracChangeset
for help on using the changeset viewer.