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 ); ?> - +

@@ -412,7 +413,7 @@ * Prints the wrapper for the theme installer with a provided theme's data. * Used to make the theme installer work for no-js. * - * @param object $theme - A WordPress.org Theme API object. + * @param stdClass $theme A WordPress.org Theme API object. */ public function theme_installer_single( $theme ) { ?> @@ -432,7 +433,7 @@ * * @global array $themes_allowedtags * - * @param object $theme - A WordPress.org Theme API object. + * @param stdClass $theme A WordPress.org Theme API object. */ public function install_theme_info( $theme ) { global $themes_allowedtags; @@ -501,7 +502,7 @@ ?> screenshot_url ) ) : ?> - +