Make WordPress Core


Ignore:
Timestamp:
12/20/2012 03:55:32 PM (13 years ago)
Author:
helen
Message:

its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.

File:
1 edited

Legend:

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

    r22800 r23191  
    927927    else if ( !empty($_POST['connection_type']) )
    928928        $credentials['connection_type'] = stripslashes($_POST['connection_type']);
    929     else if ( !isset($credentials['connection_type']) ) //All else fails (And its not defaulted to something else saved), Default to FTP
     929    else if ( !isset($credentials['connection_type']) ) //All else fails (And it's not defaulted to something else saved), Default to FTP
    930930        $credentials['connection_type'] = 'ftp';
    931931
Note: See TracChangeset for help on using the changeset viewer.