[wp-trac] [WordPress Trac] #43282: Fix type in r42631

WordPress Trac noreply at wordpress.org
Sat Feb 10 21:51:46 UTC 2018


#43282: Fix type in r42631
-----------------------------+-----------------------------
 Reporter:  afragen          |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  trunk
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 @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;
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43282>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list