Make WordPress Core

Changeset 49675


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.

Location:
trunk/src/wp-admin/includes
Files:
3 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
  • 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
  • trunk/src/wp-admin/includes/class-wp-upgrader-skin.php

    r49119 r49675  
    8282
    8383    /**
     84     * @since 2.8.0
     85     *
    8486     * @param WP_Upgrader $upgrader
    8587     */
     
    9294
    9395    /**
     96     * @since 3.0.0
    9497     */
    9598    public function add_strings() {
     
    138141
    139142    /**
     143     * @since 2.8.0
    140144     */
    141145    public function header() {
     
    149153
    150154    /**
     155     * @since 2.8.0
    151156     */
    152157    public function footer() {
     
    159164
    160165    /**
     166     * @since 2.8.0
     167     *
    161168     * @param string|WP_Error $errors
    162169     */
     
    179186
    180187    /**
     188     * @since 2.8.0
     189     *
    181190     * @param string $string
    182191     * @param mixed  ...$args Optional text replacements.
     
    245254
    246255    /**
     256     * @since 3.0.0
    247257     */
    248258    public function bulk_header() {}
    249259
    250260    /**
     261     * @since 3.0.0
    251262     */
    252263    public function bulk_footer() {}
     
    257268     * @since 5.5.0
    258269     *
    259      * @param WP_Error $wp_error WP_Error
     270     * @param WP_Error $wp_error WP_Error object.
    260271     * @return bool
    261272     */
Note: See TracChangeset for help on using the changeset viewer.