Make WordPress Core


Ignore:
Timestamp:
07/28/2020 11:55:19 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing documentation for various upgrade/install class properties and methods.

Props ramiy.
Fixes #42923.

File:
1 edited

Legend:

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

    r46586 r48661  
    2323     *
    2424     * @since 4.6.0
     25     *
    2526     * @var null|WP_Error
    2627     */
     
    3031     * Constructor.
    3132     *
     33     * Sets up the WordPress Ajax upgrader skin.
     34     *
    3235     * @since 4.6.0
    3336     *
    34      * @param array $args Options for the upgrader, see WP_Upgrader_Skin::__construct().
     37     * @see WP_Upgrader_Skin::__construct()
     38     *
     39     * @param array $args Optional. The WordPress Ajax upgrader skin arguments to
     40     *                    override default options. See WP_Upgrader_Skin::__construct().
     41     *                    Default empty array.
    3542     */
    3643    public function __construct( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.