[wp-trac] [WordPress Trac] #47332: Edit link icon missing in TwentyNineteen(1.4) content-page.php
WordPress Trac
noreply at wordpress.org
Tue May 21 18:12:02 UTC 2019
#47332: Edit link icon missing in TwentyNineteen(1.4) content-page.php
---------------------------+---------------------
Reporter: ounziw | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 5.3
Component: Bundled Theme | Version:
Severity: minor | Resolution:
Keywords: has-patch | Focuses:
---------------------------+---------------------
Changes (by SergeyBiryukov):
* milestone: Awaiting Review => 5.3
Old description:
> "Edit link" for posts has an icon:
>
> https://themes.trac.wordpress.org/browser/twentynineteen/1.4/inc
> /template-tags.php#L129
> is
> '<span class="edit-link">' .
> twentynineteen_get_icon_svg( 'edit', 16 ),
>
>
> "Edit link" for pages has no icon:
>
> https://themes.trac.wordpress.org/browser/twentynineteen/1.4/template-
> parts/content/content-page.php#L50
> is
> '<span class="edit-link">',
New description:
"Edit link" for posts has an icon:
https://themes.trac.wordpress.org/browser/twentynineteen/1.4/inc/template-
tags.php#L129
is
{{{
'<span class="edit-link">' . twentynineteen_get_icon_svg( 'edit', 16 ),
}}}
"Edit link" for pages has no icon:
https://themes.trac.wordpress.org/browser/twentynineteen/1.4/template-
parts/content/content-page.php#L50
is
{{{
'<span class="edit-link">',
}}}
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47332#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list