- Timestamp:
- 07/18/2020 10:09:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode-email-service.php
r48102 r48508 134 134 * @since 5.2.0 135 135 * 136 * @param $message stringThe Message to include in the email.136 * @param string $message The Message to include in the email. 137 137 */ 138 138 $support = apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' ) ); … … 143 143 * @since 5.3.0 144 144 * 145 * @param $message array An associatedarray of debug information.145 * @param array $message An associative array of debug information. 146 146 */ 147 147 $debug = apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension ) );
Note: See TracChangeset
for help on using the changeset viewer.