Make WordPress Core

Changeset 31327


Ignore:
Timestamp:
02/03/2015 06:17:05 AM (10 years ago)
Author:
dd32
Message:

WP_Upgrader: Remove references to non-existant variables that have never existed.
Props jdgrimes. Fixes #29087

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r31100 r31327  
    470470        }
    471471
    472         $this->result = compact('local_source', 'source', 'source_name', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination', 'delete_source_dir');
     472        $this->result = compact( 'source', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination' );
    473473
    474474        /**
Note: See TracChangeset for help on using the changeset viewer.