Make WordPress Core

Ticket #7144: functions.diff

File functions.diff, 356 bytes (added by johnhennmacc, 18 years ago)

Block comment corrected

  • functions.php

     
    17851785 * Make sure all output buffers are flushed before our singletons our destroyed.
    17861786 *
    17871787 * @since 2.2.0
    1788  /
     1788 */
    17891789function wp_ob_end_flush_all() {
    17901790        while ( @ob_end_flush() );
    17911791}