Ticket #6794: 6794.patch
| File 6794.patch, 401 bytes (added by azaozz, 7 months ago) |
|---|
-
tiny_mce_config.php
old new 8 8 * 9 9 * This file compresses the TinyMCE JavaScript using GZip. 10 10 **/ 11 11 12 // Discard any buffers 13 while ( @ob_end_clean() ); 14 12 15 @ require('../../../wp-config.php'); 13 16 14 17 function getFileContents($path) {
