Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#43282 closed defect (bug) (fixed)

Fix typo in r42631

Reported by: afragen's profile afragen Owned by: dd32's profile dd32
Milestone: 5.1 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

@dd32 https://core.trac.wordpress.org/changeset/42631 has a typo.

https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/plugin-install.php?rev=42631#L724 is

$contrin_name = $contrib_username;

It should be

$contrib_name = $contrib_username;

Attachments (1)

43282.diff (595 bytes) - added by afragen 7 years ago.

Download all attachments as: .zip

Change History (5)

@afragen
7 years ago

#1 @johnbillion
7 years ago

  • Milestone changed from Awaiting Review to 5.0
  • Owner set to dd32
  • Status changed from new to assigned

#2 @SergeyBiryukov
7 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 42686:

Plugins: Use correct variable name in install_plugin_information().

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

#3 @afragen
7 years ago

  • Summary changed from Fix type in r42631 to Fix typo in r42631

#4 @johnbillion
6 years ago

  • Milestone changed from 5.0 to 5.1
  • Version trunk deleted
Note: See TracTickets for help on using tickets.