Changeset 7635
- Timestamp:
- 04/09/08 19:02:13 (5 months ago)
- Files:
-
- trunk/wp-includes/js/tinymce/tiny_mce_config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/js/tinymce/tiny_mce_config.php
r7602 r7635 257 257 header( 'Content-Encoding: gzip' ); 258 258 259 header( 'Content-Length: ' . strlen($content) );260 261 259 echo $content; 262 260 exit; … … 302 300 303 301 // Stream to client 304 header( 'Content-Length: ' . strlen($content) );305 302 echo $content; 306 303
