diff --git a/src/wp-admin/includes/update.php b/src/wp-admin/includes/update.php
index aeccc3e049..211ec178ef 100644
a
|
b
|
function wp_plugin_update_row( $file, $plugin_data ) { |
574 | 574 | * @type string $author_name Plugin author's name. |
575 | 575 | * @type bool $update Whether there's an available update. Default null. |
576 | 576 | * } |
577 | | * @param array $response { |
578 | | * An array of metadata about the available plugin update. |
| 577 | * @param object $response { |
| 578 | * An object of metadata about the available plugin update. |
579 | 579 | * |
580 | 580 | * @type int $id Plugin ID. |
581 | 581 | * @type string $slug Plugin slug. |