Opened 6 years ago
Closed 6 years ago
#4791 closed defect (bug) (fixed)
Remove dead code from widgets
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | widgets has-patch commit dev-reviewed |
| Cc: | filosofo |
Description
Patch removes a conditional statement that can never be true:
if ( $wp_db_version < 3582 ) {
Attachments (1)
Change History (4)
- Keywords dev-reviewed added
- Owner changed from anonymous to westi
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

Seems sensible to remove this dead code.
+1