Make WordPress Core

Ticket #41447: 41447.patch

File 41447.patch, 504 bytes (added by tejas5989, 8 years ago)

Added patch with proper description.

  • wp-admin/includes/class-wp-importer.php

     
    250250        /**
    251251         * Reset global variables that grow out of control during imports
    252252         *
    253          * @global wpdb  $wpdb
     253         * @global wpdb $wpdb WordPress database abstraction object.
    254254         * @global array $wp_actions
    255255         */
    256256        public function stop_the_insanity() {