Docs: Corrections and improvements to docblocks for function and hooks relating to fatal error handling.

See #54729

Built from https://develop.svn.wordpress.org/trunk@53316


git-svn-id: http://core.svn.wordpress.org/trunk@52905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2022-04-29 19:17:11 +00:00
parent 98846baff8
commit beac9601fa
7 changed files with 44 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ function wp_paused_themes() {
*
* @since 5.2.0
*
* @param array $error Error details {@see error_get_last()}
* @param array $error Error details from `error_get_last()`.
* @return string Formatted error description.
*/
function wp_get_extension_error_description( $error ) {