[wp-trac] [WordPress Trac] #42768: the_archive_title clutter
WordPress Trac
noreply at wordpress.org
Mon Jan 21 14:12:56 UTC 2019
#42768: the_archive_title clutter
--------------------------------------+------------------------------
Reporter: beerwin | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.9.1
Severity: normal | Resolution:
Keywords: dev-feedback needs-patch | Focuses: ui, template
--------------------------------------+------------------------------
Comment (by Confridin):
Should I replace
{{{
$title = $prefix . $title;
}}}
with
{{{
$title = sprintf( __( '%1$s%2$s' ), $prefix, $title );
}}}
to solve this issue ?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42768#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list