Make WordPress Core


Ignore:
Timestamp:
04/29/2022 07:15:57 PM (3 years ago)
Author:
johnbillion
Message:

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

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-recovery-mode.php

    r48782 r53316  
    160160     * @since 5.2.0
    161161     *
    162      * @param array $error Error details from {@see error_get_last()}
     162     * @param array $error Error details from `error_get_last()`.
    163163     * @return true|WP_Error True if the error was handled and headers have already been sent.
    164164     *                       Or the request will exit to try and catch multiple errors at once.
     
    340340     * @global array $wp_theme_directories
    341341     *
    342      * @param array $error Error that was triggered.
     342     * @param array $error Error details from `error_get_last()`.
    343343     * @return array|false {
    344344     *     Extension details.
     
    426426     * @since 5.2.0
    427427     *
    428      * @param array $error Error that was triggered.
     428     * @param array $error Error details from `error_get_last()`.
    429429     * @return bool True if the error was stored successfully, false otherwise.
    430430     */
Note: See TracChangeset for help on using the changeset viewer.