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-theme-installer-skin.php

    r48545 r48661  
    4747
    4848    /**
     49     * Action to perform before installing a theme.
     50     *
     51     * @since 2.8.0
    4952     */
    5053    public function before() {
     
    7982
    8083    /**
     84     * Action to perform following a single theme install.
     85     *
     86     * @since 2.8.0
    8187     */
    8288    public function after() {
Note: See TracChangeset for help on using the changeset viewer.