Make WordPress Core


Ignore:
Timestamp:
05/02/2024 05:18:53 PM (20 months ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [13602], [13686], [14879], [25806], [28495], [32655], [48661], [53952].

Props yagniksangani, audrasjb, SergeyBiryukov.
Fixes #61124.

File:
1 edited

Legend:

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

    r51782 r58082  
    2323
    2424    /**
     25     * Constructor.
     26     *
     27     * Sets up the language pack upgrader skin.
     28     *
     29     * @since 3.7.0
     30     *
    2531     * @param array $args
    2632     */
     
    4248
    4349    /**
     50     * Performs an action before a language pack update.
     51     *
     52     * @since 3.7.0
    4453     */
    4554    public function before() {
     
    5362
    5463    /**
     64     * Displays an error message about the update.
     65     *
     66     * @since 3.7.0
    5567     * @since 5.9.0 Renamed `$error` to `$errors` for PHP 8 named parameter support.
    5668     *
     
    6476
    6577    /**
     78     * Performs an action following a language pack update.
     79     *
     80     * @since 3.7.0
    6681     */
    6782    public function after() {
     
    7085
    7186    /**
     87     * Displays the footer following the bulk update process.
     88     *
     89     * @since 3.7.0
    7290     */
    7391    public function bulk_footer() {
Note: See TracChangeset for help on using the changeset viewer.