Docs: Correct references to WP_Filesystem_Base methods in various DocBlocks.

Props pbiron.
Fixes #51087.

git-svn-id: https://develop.svn.wordpress.org/trunk@48835 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-08-21 00:41:43 +00:00
parent 5ad8969179
commit e87d86b2ae
2 changed files with 16 additions and 16 deletions

View File

@@ -344,12 +344,12 @@ class WP_Upgrader {
}
/**
* Flatten the results of WP_Filesystem::dirlist() for iterating over.
* Flatten the results of WP_Filesystem_Base::dirlist() for iterating over.
*
* @since 4.9.0
* @access protected
*
* @param array $nested_files Array of files as returned by WP_Filesystem::dirlist().
* @param array $nested_files Array of files as returned by WP_Filesystem_Base::dirlist().
* @param string $path Relative path to prepend to child nodes. Optional.
* @return array A flattened array of the $nested_files specified.
*/