Making WordPress.org

Changeset 14574


Ignore:
Timestamp:
10/27/2025 02:04:03 AM (4 months ago)
Author:
dd32
Message:

Plugin Directory: Fix displaying the errors encountered during attempted upload.

See [14565].
See #8018.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php

    r14570 r14574  
    678678        }
    679679
    680         $verdict     = $result['verdict'];
    681         $results     = $result['results'];
    682         $return_code = $result['return_code'];
    683         $total_time  = $result['total_time'];
     680        $verdict         = $result['verdict'];
     681        $results         = $result['results'];
     682        $results_by_type = $result['results_by_type'];
     683        $return_code     = $result['return_code'];
     684        $total_time      = $result['total_time'];
    684685
    685686        // Generage the HTML for the Plugin Check output.
Note: See TracChangeset for help on using the changeset viewer.