Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#34623 closed defect (bug) (fixed)

Spelling mistake in tag cloud widget

Reported by: marcelotena's profile marcelotena Owned by: ocean90's profile ocean90
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.4
Component: Widgets Keywords: has-patch commit
Focuses: administration Cc:

Description

https://core.trac.wordpress.org/browser/trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php#L132

String content:

The tag cloud will not be displayed since their are no taxonomies that support the tag cloud widget.

The string should be:

The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.

Attachments (1)

34623.diff (691 bytes) - added by skithund 9 years ago.

Download all attachments as: .zip

Change History (7)

#1 @ocean90
9 years ago

  • Component changed from I18N to Widgets
  • Milestone changed from Awaiting Review to 4.4
  • Summary changed from Spelling mistake in WordPress/Development string to Spelling mistake in tag cloud widget

Also mentioned in ticket:16125:19.

#2 @swissspidy
9 years ago

  • Keywords needs-patch good-first-bug added

@skithund
9 years ago

#3 @skithund
9 years ago

  • Keywords has-patch added; needs-patch good-first-bug removed

#4 @chriscct7
9 years ago

  • Component changed from Widgets to Text Changes
  • Focuses administration added
  • Keywords commit added
  • Owner set to chriscct7
  • Status changed from new to accepted

#5 @ocean90
9 years ago

  • Component changed from Text Changes to Widgets
  • Owner changed from chriscct7 to ocean90
  • Status changed from accepted to assigned

#6 @ocean90
9 years ago

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

In 35576:

Widgets: Fix typo in WP_Widget_Tag_Cloud::form().

Props skithund.
Fixes #34623.

Note: See TracTickets for help on using tickets.