Changeset 6632 for trunk/wp-includes/js/tinymce/tiny_mce_gzip.php
- Timestamp:
- 01/17/2008 03:44:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/tiny_mce_gzip.php
r5700 r6632 10 10 * Notice: This script defaults the button_tile_map option to true for extra performance. 11 11 */ 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 15 20 // Get input 16 21 $plugins = explode(',', getParam("plugins", ""));
Note: See TracChangeset
for help on using the changeset viewer.