Docs: Fix the @param
type for wp_make_plugin_file_tree()
.
`$plugin_editable_files` is an `array`, not a `string`. Props subrataemfluence. Fixes #45593. git-svn-id: https://develop.svn.wordpress.org/trunk@44464 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
06cc3de7ec
commit
19e46911cf
@ -380,7 +380,7 @@ function wp_print_theme_file_tree( $tree, $level = 2, $size = 1, $index = 1 ) {
|
||||
* @since 4.9.0
|
||||
* @access private
|
||||
*
|
||||
* @param string $plugin_editable_files List of plugin file paths.
|
||||
* @param array $plugin_editable_files List of plugin file paths.
|
||||
* @return array Tree structure for listing plugin files.
|
||||
*/
|
||||
function wp_make_plugin_file_tree( $plugin_editable_files ) {
|
||||
|
Loading…
Reference in New Issue
Block a user