Make WordPress Core


Ignore:
Timestamp:
11/14/2020 04:21:19 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for Automatic_Upgrader_Skin methods.

Props johannadevos, dilipbheda.
Fixes #44546.

File:
1 edited

Legend:

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

    r48661 r49596  
    8282
    8383    /**
    84      * Stores a log entry for an error.
     84     * Stores an error message about the upgrade.
    8585     *
    8686     * @since 4.6.0
     
    117117
    118118    /**
    119      * Stores a log entry.
     119     * Stores a message about the upgrade.
    120120     *
    121121     * @since 4.6.0
     
    123123     *              to the function signature.
    124124     *
    125      * @param string|array|WP_Error $data    Log entry data.
     125     * @param string|array|WP_Error $data    Message data.
    126126     * @param mixed                 ...$args Optional text replacements.
    127127     */
Note: See TracChangeset for help on using the changeset viewer.