Make WordPress Core


Ignore:
Timestamp:
08/21/2020 12:41:43 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct references to WP_Filesystem_Base methods in various DocBlocks.

Props pbiron.
Fixes #51087.

File:
1 edited

Legend:

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

    r48590 r48835  
    345345
    346346    /**
    347      * Flatten the results of WP_Filesystem::dirlist() for iterating over.
     347     * Flatten the results of WP_Filesystem_Base::dirlist() for iterating over.
    348348     *
    349349     * @since 4.9.0
    350350     * @access protected
    351351     *
    352      * @param array  $nested_files Array of files as returned by WP_Filesystem::dirlist().
     352     * @param array  $nested_files Array of files as returned by WP_Filesystem_Base::dirlist().
    353353     * @param string $path         Relative path to prepend to child nodes. Optional.
    354354     * @return array A flattened array of the $nested_files specified.
Note: See TracChangeset for help on using the changeset viewer.