Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4791 closed defect (bug) (fixed)

Remove dead code from widgets

Reported by: filosofo's profile filosofo Owned by: westi's profile westi
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)

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

Download all attachments as: .zip

Change History (4)

#1 @Nazgul
18 years ago

  • Keywords commit added

#2 @westi
18 years ago

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

Seems sensible to remove this dead code.

+1

#3 @westi
18 years ago

  • 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.