Changeset 7635

Show
Ignore:
Timestamp:
04/09/08 19:02:13 (5 months ago)
Author:
ryan
Message:

Don't send content length for tinymce config. Props azaozz. fixes #6524 for trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/js/tinymce/tiny_mce_config.php

    r7602 r7635  
    257257        header( 'Content-Encoding: gzip' ); 
    258258 
    259     header( 'Content-Length: ' . strlen($content) ); 
    260  
    261259    echo $content; 
    262260    exit; 
     
    302300 
    303301// Stream to client 
    304 header( 'Content-Length: ' . strlen($content) ); 
    305302echo $content; 
    306303