Make WordPress Core


Ignore:
Timestamp:
03/19/2010 09:29:21 PM (16 years ago)
Author:
nacin
Message:

Remove redundant isset() and empty() checks.

File:
1 edited

Legend:

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

    r12999 r13770  
    4040                        $this->options['hostname'] = $opt['hostname'];
    4141
    42                 if ( isset($opt['base']) && ! empty($opt['base']) )
     42                if ( ! empty($opt['base']) )
    4343                        $this->wp_base = $opt['base'];
    4444
Note: See TracChangeset for help on using the changeset viewer.