Make WordPress Core


Ignore:
Timestamp:
11/21/2020 12:06:34 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since tags for WP_Upgrader_Skin methods.

See #51800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-theme-installer-skin.php

    r49539 r49675  
    6666     * @since 5.5.0
    6767     *
    68      * @param WP_Error $wp_error WP_Error.
     68     * @param WP_Error $wp_error WP_Error object.
    6969     * @return bool
    7070     */
     
    361361
    362362        /**
    363          * Filters the list of action links available following a single theme installation
    364          * failure when overwriting is allowed.
     363         * Filters the list of action links available following a single theme installation failure
     364         * when overwriting is allowed.
    365365         *
    366366         * @since 5.5.0
Note: See TracChangeset for help on using the changeset viewer.