Make WordPress Core


Ignore:
Timestamp:
10/25/2009 05:30:58 PM (16 years ago)
Author:
azaozz
Message:

Typo fixes, props dd32, fixes #11030

File:
1 edited

Legend:

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

    r11934 r12104  
    299299        foreach ( $list as $struc ) {
    300300
    301             if ( '.' == $struct['name'] || '..' == $struc['name'] )
     301            if ( '.' == $struc['name'] || '..' == $struc['name'] )
    302302                continue;
    303303
     
    305305                continue;
    306306
    307             if ( $limit_file && $srtuc['name'] != $limit_file )
     307            if ( $limit_file && $struc['name'] != $limit_file )
    308308                continue;
    309309
Note: See TracChangeset for help on using the changeset viewer.