[wp-trac] [WordPress Trac] #51415: 5.6 About Page
WordPress Trac
noreply at wordpress.org
Tue Nov 17 22:57:39 UTC 2020
#51415: 5.6 About Page
-------------------------------------+-------------------------------------
Reporter: webcommsat | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 5.6
Component: Help/About | Version:
Severity: normal | Resolution:
Keywords: has-privacy-review | Focuses: ui, accessibility,
needs-design-feedback has- | css, administration, privacy, ui-
screenshots has-patch | copy
-------------------------------------+-------------------------------------
Comment (by audrasjb):
`about-page-text-string-fix.diff` fixes the link to the accessibility
statement template Feature Plugin, which is currently incorrect:
{{{
<?php _e( 'Even if you're not an expert, you can start letting folks know
about your site's commitment to accessibility at the click of a button!
The new <a href="%s">feature plugin</a> includes template copy for you to
update and publish, and it's written to support different contexts and
jurisdictions.', '#' ); ?>
}}}
For now, ‘#’ is passed as a text domain.
The field guide placeholder (below) is ok, but the feature plugin (above)
one is wrong.
{{{
<?php
printf(
/* translators: %s: WordPress 5.6 Field Guide link. */
__( '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>' ),
'#'
);
?>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51415#comment:30>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list