Opened 6 years ago

Closed 6 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: filosofo

Description

Patch removes a conditional statement that can never be true:

if ( $wp_db_version < 3582 ) {

Attachments (1)

extra_widget_junk.diff (922 bytes) - added by filosofo 6 years ago.

Download all attachments as: .zip

Change History (4)

  • Keywords commit added
  • Keywords dev-reviewed added
  • Owner changed from anonymous to westi
  • Status changed from new to assigned

Seems sensible to remove this dead code.

+1

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [5970]) Remove dead code. Fixed #4791 props filosofo

Note: See TracTickets for help on using tickets.