[wp-trac] [WordPress Trac] #60473: Coding Standards: Use `implode` instead of `join` in wp-includes/fonts/class-wp-font-utils.php
WordPress Trac
noreply at wordpress.org
Thu Feb 8 15:05:44 UTC 2024
#60473: Coding Standards: Use `implode` instead of `join` in wp-includes/fonts
/class-wp-font-utils.php
------------------------------+-----------------------------
Reporter: david.binda | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: coding-standards |
------------------------------+-----------------------------
r49193 replaced multiple instances of aliased functions by the canonical
ones.
r57539 contains an instance of `join`, which, IMHO, should be replaced for
`implode` (per r49193).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60473>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list