Ticket #7144: functions.diff
| File functions.diff, 356 bytes (added by , 18 years ago) |
|---|
-
functions.php
1785 1785 * Make sure all output buffers are flushed before our singletons our destroyed. 1786 1786 * 1787 1787 * @since 2.2.0 1788 /1788 */ 1789 1789 function wp_ob_end_flush_all() { 1790 1790 while ( @ob_end_flush() ); 1791 1791 }