Opened 20 years ago
Closed 18 years ago
#1158 closed defect (bug) (worksforme)
Variable name typo in link-manager.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
In wp-admin/link-manager.php, line 46, 'linkcheck[]' should be 'linkcheck'. Line 69 shouldn't be necessary anymore, because $linkcheck gets assigned correctly now in the for loop starting at line 48.
Patch attached. This is my first patch ever, please double-check.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Current trunk doesn't seem affected by this anymore.