Discard buffers. Props azaozz. fixes #6794 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f6f110f7de
commit
5a70341e37
@ -9,6 +9,9 @@
|
|||||||
* This file compresses the TinyMCE JavaScript using GZip.
|
* This file compresses the TinyMCE JavaScript using GZip.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
// Discard any buffers
|
||||||
|
while ( @ob_end_clean() );
|
||||||
|
|
||||||
@ require('../../../wp-config.php');
|
@ require('../../../wp-config.php');
|
||||||
|
|
||||||
function getFileContents($path) {
|
function getFileContents($path) {
|
||||||
|
Loading…
Reference in New Issue
Block a user