Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Another pass at some inline docs fixes mostly made by PHPCBF.

See #49572, #50744

File:
1 edited

Legend:

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

    r48508 r48590  
    4242         * @param int   $rate_limit Number of seconds before another email can be sent.
    4343         * @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'.
    4749         * }
    4850         * @return true|WP_Error True if email sent, WP_Error otherwise.
Note: See TracChangeset for help on using the changeset viewer.