Make WordPress Core


Ignore:
Timestamp:
07/18/2020 10:09:57 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock corrections.

See #49572

File:
1 edited

Legend:

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

    r48102 r48508  
    134134                 * @since 5.2.0
    135135                 *
    136                  * @param $message string The Message to include in the email.
     136                 * @param string $message The Message to include in the email.
    137137                 */
    138138                $support = apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' ) );
     
    143143                 * @since 5.3.0
    144144                 *
    145                  * @param $message array An associated array of debug information.
     145                 * @param array $message An associative array of debug information.
    146146                 */
    147147                $debug = apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension ) );
Note: See TracChangeset for help on using the changeset viewer.