Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#49091 closed defect (bug) (fixed)

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

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

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
7 years ago

  • Milestone Awaiting Review5.4

#2 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

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
7 years ago

In 47020:

Coding Standards: Fix WPCS issue in [47019].

See #49091.

Note: See TracTickets for help on using tickets.