Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#43282 closed defect (bug) (fixed)

Fix typo in r42631

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

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 8 years ago.

Download all attachments as: .zip

Change History (5)

@afragen
8 years ago

#1 @johnbillion
8 years ago

  • Milestone Awaiting Review5.0
  • Owner set to dd32
  • Status newassigned

#2 @SergeyBiryukov
8 years ago

  • Resolutionfixed
  • Status assignedclosed

In 42686:

Plugins: Use correct variable name in install_plugin_information().

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

#3 @afragen
8 years ago

  • Summary Fix type in r42631Fix typo in r42631

#4 @johnbillion
8 years ago

  • Milestone 5.05.1
  • Version trunk
Note: See TracTickets for help on using tickets.