Make WordPress Core

Changeset 42677


Ignore:
Timestamp:
02/09/2018 04:21:04 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Update the hook docs for update_bulk_theme_complete_actions.

See #42505

File:
1 edited

Legend:

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

    r42343 r42677  
    1717 */
    1818class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
    19     public $theme_info = array(); // Theme_Upgrader::bulk() will fill this in.
     19    public $theme_info = array(); // Theme_Upgrader::bulk_upgrade() will fill this in.
    2020
    2121    public function add_strings() {
     
    5656         * @since 3.0.0
    5757         *
    58          * @param array $update_actions Array of theme action links.
    59          * @param array $theme_info     Array of information for the last-updated theme.
     58         * @param array    $update_actions Array of theme action links.
     59         * @param WP_Theme $theme_info     Theme object for the last-updated theme.
    6060         */
    6161        $update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info );
Note: See TracChangeset for help on using the changeset viewer.