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

See #54729


git-svn-id: https://develop.svn.wordpress.org/trunk@53316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2022-04-29 19:15:57 +00:00
parent 5612331504
commit 08fb48315a
6 changed files with 43 additions and 18 deletions
+1 -1
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 ) {