Make WordPress Core


Ignore:
Timestamp:
12/02/2014 04:42:17 AM (10 years ago)
Author:
DrewAPicture
Message:

Using let's properly in inline comments lets us move on to more pressing matters of inline documentation.

Props trepmal.
Fixes #30570.

File:
1 edited

Legend:

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

    r30678 r30703  
    318318            if ( isset($files[ $key ]) ){
    319319
    320                 // Lets try that folder:
     320                // Let's try that folder:
    321321                $newdir = trailingslashit(path_join($base, $key));
    322322                if ( $this->verbose )
Note: See TracChangeset for help on using the changeset viewer.