- Timestamp:
- 07/23/2020 09:09:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode-email-service.php
r48508 r48590 42 42 * @param int $rate_limit Number of seconds before another email can be sent. 43 43 * @param array $error Error details from {@see error_get_last()} 44 * @param array $extension The extension that caused the error. { 45 * @type string $slug The extension slug. The plugin or theme's directory. 46 * @type string $type The extension type. Either 'plugin' or 'theme'. 44 * @param array $extension { 45 * The extension that caused the error. 46 * 47 * @type string $slug The extension slug. The plugin or theme's directory. 48 * @type string $type The extension type. Either 'plugin' or 'theme'. 47 49 * } 48 50 * @return true|WP_Error True if email sent, WP_Error otherwise.
Note: See TracChangeset
for help on using the changeset viewer.