Discard buffers. Props azaozz. fixes #6794 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0101f8809d
commit
123cd6550a
|
@ -8,7 +8,10 @@
|
|||
*
|
||||
* This file compresses the TinyMCE JavaScript using GZip.
|
||||
**/
|
||||
|
||||
|
||||
// Discard any buffers
|
||||
while ( @ob_end_clean() );
|
||||
|
||||
@ require('../../../wp-config.php');
|
||||
|
||||
function getFileContents($path) {
|
||||
|
|
Loading…
Reference in New Issue