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

Props trepmal.
Fixes #30570.


git-svn-id: https://develop.svn.wordpress.org/trunk@30703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-12-02 04:42:17 +00:00
parent 5cda7d6aed
commit 18f101b4bf
4 changed files with 7 additions and 7 deletions
@@ -317,7 +317,7 @@ class WP_Filesystem_Base {
*/
if ( isset($files[ $key ]) ){
// Lets try that folder:
// Let's try that folder:
$newdir = trailingslashit(path_join($base, $key));
if ( $this->verbose )
printf( "\n" . __('Changing to %s') . "<br/>\n", $newdir );