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

git-svn-id: http://core.svn.wordpress.org/trunk@23191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2012-12-20 15:55:32 +00:00
parent 4e7abbf87b
commit b1f1579604
22 changed files with 31 additions and 31 deletions

View File

@@ -229,7 +229,7 @@ class WP_Filesystem_Direct extends WP_Filesystem_Base {
if ( ! $recursive && $this->is_dir($file) )
return @rmdir($file);
//At this point its a folder, and we're in recursive mode
//At this point it's a folder, and we're in recursive mode
$file = trailingslashit($file);
$filelist = $this->dirlist($file, true);