Make WordPress Core

Ticket #40006: 40006.1.diff

File 40006.1.diff, 721 bytes (added by audrasjb, 3 years ago)

Upgrade/Install: Docs: Correct the documentation of the $response parameter in the in_plugin_update_message-{$file} action.

  • src/wp-admin/includes/update.php

    diff --git a/src/wp-admin/includes/update.php b/src/wp-admin/includes/update.php
    index aeccc3e049..211ec178ef 100644
    a b function wp_plugin_update_row( $file, $plugin_data ) { 
    574574                 *     @type string $author_name Plugin author's name.
    575575                 *     @type bool   $update      Whether there's an available update. Default null.
    576576                 * }
    577                  * @param array $response {
    578                  *     An array of metadata about the available plugin update.
     577                 * @param object $response {
     578                 *     An object of metadata about the available plugin update.
    579579                 *
    580580                 *     @type int    $id          Plugin ID.
    581581                 *     @type string $slug        Plugin slug.