Make WordPress Core

Changeset 42686


Ignore:
Timestamp:
02/10/2018 10:07:40 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Plugins: Use correct variable name in install_plugin_information().

Props afragen.
Fixes #43282. See #43192, #29274.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r42631 r42686  
    722722                    $contrib_name = $contrib_details['display_name'];
    723723                    if ( ! $contrib_name ) {
    724                         $contrin_name = $contrib_username;
     724                        $contrib_name = $contrib_username;
    725725                    }
    726726                    $contrib_name = esc_html( $contrib_name );
Note: See TracChangeset for help on using the changeset viewer.