Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:12:39 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for plugin and theme installation and updates.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-automatic-updater.php

    r48097 r48105  
    277277     * @param string $type The type of update being checked: 'core', 'theme', 'plugin', 'translation'.
    278278     * @param object $item The update offer.
    279      *
    280279     * @return null|WP_Error
    281280     */
     
    10381037         *     @type string $headers Any email headers, defaults to no headers.
    10391038         * }
    1040          * @param string $type               The type of email being sent. Can be one of
    1041          *                                   'success', 'fail', 'mixed'.
    1042          * @param array  $successful_updates The updates that succeeded.
    1043          * @param array  $failed_updates     The updates that failed.
     1039         * @param string $type               The type of email being sent. Can be one of 'success', 'fail', 'mixed'.
     1040         * @param array  $successful_updates A list of updates that succeeded.
     1041         * @param array  $failed_updates     A list of updates that failed.
    10441042         */
    10451043        $email = apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates );
Note: See TracChangeset for help on using the changeset viewer.