Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:09:04 PM (5 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.php

    r48586 r48590  
    342342     * @param array $error Error that was triggered.
    343343     * @return array|false {
    344      *      @type string  $slug  The extension slug. This is the plugin or theme's directory.
    345      *      @type string  $type  The extension type. Either 'plugin' or 'theme'.
     344     *     Extension details.
     345     *
     346     *     @type string $slug The extension slug. This is the plugin or theme's directory.
     347     *     @type string $type The extension type. Either 'plugin' or 'theme'.
    346348     * }
    347349     */
Note: See TracChangeset for help on using the changeset viewer.