Make WordPress Core


Ignore:
Timestamp:
02/09/2008 01:08:28 PM (18 years ago)
Author:
ryan
Message:

Move editor js to editor.js. fixes #5799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r6765 r6770  
    3434
    3535        $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
    36         $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20080129' );
    37 
     36        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20080208' );
     37       
    3838        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6');
    3939
     
    180180                'cancel' => __('Cancel'),
    181181            ));
     182            $this->add( 'editor', '/wp-admin/js/editor.js', array('tiny_mce'), '20080208' );
    182183        }
    183184    }
Note: See TracChangeset for help on using the changeset viewer.