Changeset 7805
- Timestamp:
- 04/24/08 01:26:55 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/js/tinymce/tiny_mce_config.php
r7678 r7805 9 9 * This file compresses the TinyMCE JavaScript using GZip. 10 10 **/ 11 11 12 // Discard any buffers 13 while ( @ob_end_clean() ); 14 12 15 @ require('../../../wp-config.php'); 13 16
