Make WordPress Core

Ticket #44546: 44546 .patch

File 44546 .patch, 634 bytes (added by dilipbheda, 8 years ago)
  • src/wp-admin/includes/class-automatic-upgrader-skin.php

     
    101101        }
    102102
    103103        /**
     104         * The header will help to create new output buffering and start write to it.
    104105         */
    105106        public function header() {
    106107                ob_start();
     
    107108        }
    108109
    109110        /**
     111         * The footer will help to get current buffering output and delete current output buffer.
    110112         */
    111113        public function footer() {
    112114                $output = ob_get_clean();