Make WordPress Core


Ignore:
Timestamp:
01/17/2008 03:44:05 PM (17 years ago)
Author:
ryan
Message:

TinyMCE 3.0 RC1. First cut, eexpect regressions. Props azaozz. see #5674

File:
1 edited

Legend:

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

    r5700 r6632  
    1010 * Notice: This script defaults the button_tile_map option to true for extra performance.
    1111 */
    12 
    13     @require_once('../../../wp-config.php');  // For get_bloginfo().
    14 
     12   
     13    @require_once('../../../wp-config.php');  // For get_bloginfo().
     14?>
     15    var scriptURL = '<?php echo get_bloginfo('wpurl') . '/' . WPINC; ?>/js/tinymce/tiny_mce.js';
     16    document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + scriptURL + '"></script>');
     17<?php     
     18    exit; // tiny_mce_gzip.php needs changes, but also it's much easier to test the js when it's not in one big file
     19   
    1520    // Get input
    1621    $plugins = explode(',', getParam("plugins", ""));
Note: See TracChangeset for help on using the changeset viewer.