Make WordPress Core


Ignore:
Timestamp:
07/12/2020 11:00:16 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add a @since entry for the $hook_extra parameter added to WP_Upgrader::download_package().

Follow-up to [48399].

See #49686.

File:
1 edited

Legend:

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

    r48445 r48449  
    245245     *
    246246     * @since 2.8.0
     247     * @since 5.5.0 Added the `$hook_extra` parameter.
    247248     *
    248249     * @param string $package          The URI of the package. If this is the full path to an
     
    257258         *
    258259         * @since 3.7.0
     260         * @since 5.5.0 Added the `$hook_extra` parameter.
    259261         *
    260262         * @param bool        $reply      Whether to bail without returning the package.
Note: See TracChangeset for help on using the changeset viewer.