Changes between Initial Version and Version 2 of Ticket #15940
- Timestamp:
- 12/21/2010 10:59:20 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15940
- Property Keywords has-patch added
-
Property
Milestone
changed from
Awaiting Reviewto3.1
-
Ticket #15940 – Description
initial v2 5 5 An extra, 'checked', input field is added the form on the confirmation page. The bug stems from line 237 in /wp-admin/plugins.php, where plugin file data is added to the $plugins array. 6 6 7 In 3.0 a temporary variable was used which was then changed in #15491. Switching back to using a separate variable appears to fix the problem?7 In 3.0 a temporary variable was used which was then changed in r15491. Switching back to using a separate variable appears to fix the problem?