Make WordPress Core

Opened 13 months ago

Closed 13 months ago

Last modified 12 months ago

#60711 closed defect (bug) (reported-upstream)

A typo in font uploader string

Reported by: fierevere's profile fierevere Owned by: audrasjb's profile audrasjb
Milestone: Priority: normal
Severity: normal Version: 6.5
Component: Editor Keywords: good-first-bug
Focuses: Cc:

Description

current:
Uploaded fonts appear in your library and can be used in your theme. Supported formats: .tff, .otf, .woff, and .woff2.

should be:
Uploaded fonts appear in your library and can be used in your theme. Supported formats: .ttf, .otf, .woff, and .woff2.

"ttf" for True Type Font extension

Change History (8)

#1 @audrasjb
13 months ago

  • Keywords good-first-bug added
  • Milestone changed from Awaiting Review to 6.5
  • Owner set to audrasjb
  • Status changed from new to accepted

Thanks for the ticket! Marking as good-first-bug as it is an ideal ticket to onboard a new contributor :)

#2 follow-up: @sabernhardt
13 months ago

That string is part of the edit-site package, updated in GB58256.

Should the formats be in code tags (using %1$s placeholders) too, or should this just fix the typo?

#4 in reply to: ↑ 2 @audrasjb
13 months ago

Replying to sabernhardt:

Should the formats be in code tags (using %1$s placeholders) too, or should this just fix the typo?

Fixing the typo would be enough!

#5 @huzaifaalmesbah
13 months ago

Should it be solved first in the Gutenberg repo or Trac?

#6 @swissspidy
13 months ago

This needs to be solved in Gutenberg only.

In fact, it was already solved in https://github.com/WordPress/gutenberg/pull/59655 ~1hr ago so it will be fixed in core with #60315

#7 @swissspidy
13 months ago

  • Milestone 6.5 deleted
  • Resolution set to reported-upstream
  • Status changed from accepted to closed

This ticket was mentioned in Slack in #polyglots by yui. View the logs.


12 months ago

Note: See TracTickets for help on using tickets.