[wp-trac] [WordPress Trac] #51965: About Page: Full stop is added in wrong place
WordPress Trac
noreply at wordpress.org
Tue Dec 8 09:12:09 UTC 2020
#51965: About Page: Full stop is added in wrong place
----------------------------+-----------------------------
Reporter: mukesh27 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Help/About | Version: 5.6
Severity: normal | Keywords: has-patch
Focuses: administration |
----------------------------+-----------------------------
In /wp-admin/about.ph:243:
{{{
__( 'Check out the latest version of the WordPress Field Guide. It
highlights developer notes for each change you may want to be aware of. <a
href="%s">WordPress 5.6 Field Guide.</a>' ),
}}}
The full-stop should be put outside the </a> mark-up.
{{{
__( 'Check out the latest version of the WordPress Field Guide. It
highlights developer notes for each change you may want to be aware of. <a
href="%s">WordPress 5.6 Field Guide</a>.' ),
}}}
Related: #51961
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51965>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list