Changeset 59336 for trunk/src/wp-includes/class-wp-recovery-mode.php
- Timestamp:
- 11/02/2024 02:59:16 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-recovery-mode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode.php
r55703 r59336 162 162 * 163 163 * @param array $error Error details from `error_get_last()`. 164 * @return true|WP_Error True if the error was handled and headers have already been sent.165 * Or the request will exit to try and catch multiple errors at once.166 * WP_Error if an error occurred preventing it from being handled.164 * @return true|WP_Error|void True if the error was handled and headers have already been sent. 165 * Or the request will exit to try and catch multiple errors at once. 166 * WP_Error if an error occurred preventing it from being handled. 167 167 */ 168 168 public function handle_error( array $error ) {
Note: See TracChangeset
for help on using the changeset viewer.