mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
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.
|
* 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…
x
Reference in New Issue
Block a user