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