Make WordPress Core

Changeset 7635


Ignore:
Timestamp:
04/09/2008 07:02:13 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.