Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#5079 closed defect (bug) (fixed)

Widget class name is mispelled ( widget_catgories)

Reported by: joostdevalk's profile joostdevalk Owned by: joostdevalk's profile joostdevalk
Milestone: 2.3.1 Priority: normal
Severity: normal Version: 2.3
Component: Template Keywords: has-patch commit regression
Focuses: Cc:

Description (last modified by foolswisdom)

$class = array( 'classname' => 'widget_catgories' );

catgories instead of categories, attaching patch.

this caused my layout to break

Attachments (1)

categories.diff (460 bytes) - added by joostdevalk 17 years ago.
Patch

Download all attachments as: .zip

Change History (10)

@joostdevalk
17 years ago

Patch

#1 @joostdevalk
17 years ago

  • Keywords regression added

This regressed in 2.3

#2 @foolswisdom
17 years ago

  • Version set to 2.3

#3 @foolswisdom
17 years ago

  • Description modified (diff)

#4 @westi
17 years ago

Regression caused by [5717] for #4285

#5 @markjaquith
17 years ago

Patch looks good.

#6 @westi
17 years ago

  • Summary changed from Typo in widgets.php to Widget class name is mispelled ( widget_catgories)

#7 @westi
17 years ago

Dupe raised as #5083

#8 @ryan
17 years ago

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

(In [6169]) Fix typo in category widget class name. Props joostdevalk. fixes #5079 for trunk.

#9 @ryan
17 years ago

(In [6170]) Fix typo in category widget class name. Props joostdevalk. fixes #5079 for 2.3.

Note: See TracTickets for help on using tickets.