Make WordPress Core


Ignore:
Timestamp:
11/21/2020 12:06:34 PM (6 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-plugin-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         */
     
    326326
    327327                /**
    328                  * Filters the list of action links available following a single plugin installation
    329                  * failure when overwriting is allowed.
     328                 * Filters the list of action links available following a single plugin installation failure
     329                 * when overwriting is allowed.
    330330                 *
    331331                 * @since 5.5.0
Note: See TracChangeset for help on using the changeset viewer.