diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/includes/class-wp-theme-install-list-table.php
--- a/wp/wp-admin/includes/class-wp-theme-install-list-table.php Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/includes/class-wp-theme-install-list-table.php Tue Sep 27 16:37:53 2022 +0200
@@ -251,7 +251,7 @@
*
* @global array $themes_allowedtags
*
- * @param object $theme {
+ * @param stdClass $theme {
* An object that contains theme data returned by the WordPress.org API.
*
* @type string $name Theme name, e.g. 'Twenty Twenty-One'.
@@ -352,13 +352,14 @@
*
* @param string[] $actions An array of theme action links. Defaults are
* links to Install Now, Preview, and Details.
- * @param WP_Theme $theme Theme object.
+ * @param stdClass $theme An object that contains theme data returned by the
+ * WordPress.org API.
*/
$actions = apply_filters( 'theme_install_actions', $actions, $theme );
?>
-
+