Opened 17 years ago
Closed 17 years ago
#9294 closed defect (bug) (fixed)
Typo in wp-admin/includes/upgrade.php from rev 10730
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | high |
| Severity: | normal | Version: | 2.8 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | Cc: |
Description
A typo was introduced into wp-admin/includes/upgrade.php recently in revision 10730:
foreach ( default_links as $link ) {
Included is a simple patch to fix the typo.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [10736]) Typo fix. Props josephscott. fixes #9294