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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user