diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/class-wp-recovery-mode.php --- a/wp/wp-includes/class-wp-recovery-mode.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/class-wp-recovery-mode.php Tue Sep 27 16:37:53 2022 +0200 @@ -159,7 +159,7 @@ * * @since 5.2.0 * - * @param array $error Error details from {@see error_get_last()} + * @param array $error Error details from `error_get_last()`. * @return true|WP_Error True if the error was handled and headers have already been sent. * Or the request will exit to try and catch multiple errors at once. * WP_Error if an error occurred preventing it from being handled. @@ -339,7 +339,7 @@ * * @global array $wp_theme_directories * - * @param array $error Error that was triggered. + * @param array $error Error details from `error_get_last()`. * @return array|false { * Extension details. * @@ -425,7 +425,7 @@ * * @since 5.2.0 * - * @param array $error Error that was triggered. + * @param array $error Error details from `error_get_last()`. * @return bool True if the error was stored successfully, false otherwise. */ protected function store_error( $error ) {