Changeset 53316 for trunk/src/wp-includes/class-wp-recovery-mode.php
- Timestamp:
- 04/29/2022 07:15:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode.php
r48782 r53316 160 160 * @since 5.2.0 161 161 * 162 * @param array $error Error details from {@see error_get_last()}162 * @param array $error Error details from `error_get_last()`. 163 163 * @return true|WP_Error True if the error was handled and headers have already been sent. 164 164 * Or the request will exit to try and catch multiple errors at once. … … 340 340 * @global array $wp_theme_directories 341 341 * 342 * @param array $error Error that was triggered.342 * @param array $error Error details from `error_get_last()`. 343 343 * @return array|false { 344 344 * Extension details. … … 426 426 * @since 5.2.0 427 427 * 428 * @param array $error Error that was triggered.428 * @param array $error Error details from `error_get_last()`. 429 429 * @return bool True if the error was stored successfully, false otherwise. 430 430 */
Note: See TracChangeset
for help on using the changeset viewer.