diff --git a/src/wp-admin/includes/class-wp-plugin-install-list-table.php b/src/wp-admin/includes/class-wp-plugin-install-list-table.php
index 9fd1bb88b9..5b8eb62f3b 100644
a
|
b
|
class WP_Plugin_Install_List_Table extends WP_List_Table { |
521 | 521 | * @since 6.0.0 |
522 | 522 | * |
523 | 523 | * @param string $description Plugin card description. |
524 | | * @param array $plugin An array of plugin data. See the {@see 'plugin_row_meta'} filter |
| 524 | * @param array $plugin An array of plugin data. See {@see plugins_api()} |
525 | 525 | * for the list of possible values. |
526 | 526 | */ |
527 | 527 | $description = apply_filters( 'plugin_install_description', $description, $plugin ); |