Make WordPress Core


Ignore:
Timestamp:
07/12/2020 01:17:51 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections for plugin and theme updates.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-plugin-installer-skin.php

    r48417 r48446  
    233233
    234234        /**
    235          * Filters the compare table output for overwrite a plugin package on upload.
     235         * Filters the compare table output for overwriting a plugin package on upload.
    236236         *
    237237         * @since 5.5.0
    238238         *
    239          * @param string   $table                The output table with Name, Version, Author, RequiresWP and RequiresPHP info.
    240          * @param array    $current_plugin_data Array with current plugin data.
    241          * @param array    $new_plugin_data      Array with uploaded plugin data.
     239         * @param string $table               The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
     240         * @param array  $current_plugin_data Array with current plugin data.
     241         * @param array  $new_plugin_data     Array with uploaded plugin data.
    242242         */
    243243        echo apply_filters( 'install_plugin_ovewrite_comparison', $table, $current_plugin_data, $this->upgrader->new_plugin_data );
Note: See TracChangeset for help on using the changeset viewer.