Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:15:08 PM (16 years ago)
Author:
ryan
Message:

Install/upgrade cleanups. Props DD32, sivel. see #7875

File:
1 edited

Legend:

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

    r11005 r11012  
    5555        global $wp_filesystem;
    5656   
    57         if ( false === ($credentials = $this->skin->request_filesystem_credentials()) ) //request_filesystem_credentials($url)) )
     57        if ( false === ($credentials = $this->skin->request_filesystem_credentials()) )
    5858            return false;
    5959   
     
    259259        extract($options);
    260260
    261         $this->skin->header();
    262         $this->skin->before();
    263        
    264261        //Connect to the Filesystem first.
    265262        $res = $this->fs_connect( array(WP_CONTENT_DIR, $destination) );
     
    271268            return $res;
    272269        }
    273        
     270
     271        $this->skin->header();
     272        $this->skin->before();
     273
    274274        //Download the package (Note, This just returns the filename of the file if the package is a local file)
    275275        $download = $this->download_package( $package );
Note: See TracChangeset for help on using the changeset viewer.