Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#49091 closed defect (bug) (fixed)

TwentyTwenty: name of svg icon "arrow-down-circled" not trimmed

Reported by: kitchin's profile kitchin Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.4 Priority: normal
Severity: normal Version: 5.4
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

In twentytwenty/classes/class-twentytwenty-svg-icons.php version 1.0 line 80

'arrow-down-circled ' => ...

should be

'arrow-down-circled' => ...

Change History (3)

#1 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.4

#2 @SergeyBiryukov
5 years ago

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

In 47019:

Twenty Twenty: Remove extra space from arrow-down-circled icon name in TwentyTwenty_SVG_Icons::$ui_icons.

Props kitchin.
Fixes #49091.

#3 @SergeyBiryukov
5 years ago

In 47020:

Coding Standards: Fix WPCS issue in [47019].

See #49091.

Note: See TracTickets for help on using tickets.