diff --git a/wp-admin/includes/update.php b/wp-admin/includes/update.php index aeccc3e049..29a5f0c783 100644 --- a/wp-admin/includes/update.php +++ b/wp-admin/includes/update.php @@ -558,7 +558,7 @@ function wp_plugin_update_row( $file, $plugin_data ) { * * @since 2.8.0 * - * @param array $plugin_data { + * @param array $plugin_data { * An array of plugin metadata. * * @type string $name The human-readable name of the plugin. @@ -574,8 +574,8 @@ function wp_plugin_update_row( $file, $plugin_data ) { * @type string $author_name Plugin author's name. * @type bool $update Whether there's an available update. Default null. * } - * @param array $response { - * An array of metadata about the available plugin update. + * @param object $response { + * An object of metadata about the available plugin update. * * @type int $id Plugin ID. * @type string $slug Plugin slug. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4a4c6e38ee..2ab6398df7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51732'; +$wp_version = '5.9-alpha-51733'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.