Opened 19 years ago
Closed 19 years ago
#4791 closed defect (bug) (fixed)
Remove dead code from widgets
| Reported by: | filosofo | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | widgets has-patch commit dev-reviewed |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Seems sensible to remove this dead code.
+1