Make WordPress Core


Ignore:
Timestamp:
10/24/2010 02:58:42 AM (14 years ago)
Author:
nacin
Message:

Internal linking, first pass. props koopersmith, see #11420.

File:
1 edited

Legend:

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

    r15688 r15940  
    13121312
    13131313    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') );
    13151315        $ext_plugins = '';
    13161316    } 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' );
    13181318
    13191319        /*
Note: See TracChangeset for help on using the changeset viewer.