Make WordPress Core


Ignore:
Timestamp:
01/08/2019 06:01:50 AM (6 years ago)
Author:
pento
Message:

Docs: Fix the @param type for wp_make_plugin_file_tree().

$plugin_editable_files is an array, not a string.

Props subrataemfluence.
Fixes #45593.

File:
1 edited

Legend:

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

    r44353 r44464  
    381381 * @access private
    382382 *
    383  * @param string $plugin_editable_files List of plugin file paths.
     383 * @param array $plugin_editable_files List of plugin file paths.
    384384 * @return array Tree structure for listing plugin files.
    385385 */
Note: See TracChangeset for help on using the changeset viewer.