mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user