Help/About: Correct placeholder for the accessibility statement feature plugin link.

Add missing translator comment.

Props audrasjb.
See #51415.

git-svn-id: https://develop.svn.wordpress.org/trunk@49651 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-11-18 15:49:31 +00:00
parent ab202d0148
commit 72fe9fb127

View File

@ -165,7 +165,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
</div>
<div class="column has-border" style="background-color:#e4d1d1;background-color:var(--global--color-red)">
<h3><?php _e( 'Accessibility statement template' ); ?></h3>
<p><?php _e( 'Even if youre not an expert, you can start letting folks know about your sites 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 its written to support different contexts and jurisdictions.', '#' ); ?></p>
<p>
<?php
printf(
/* translators: %s: Accessibility statement feature plugin link. */
__( 'Even if youre not an expert, you can start letting folks know about your sites 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 its written to support different contexts and jurisdictions.' ),
'#'
);
?>
</p>
</div>
<div class="column has-border" style="background-color:#d1d1e4;background-color:var(--global--color-purple)">
<h3><?php _e( 'Built-in patterns' ); ?></h3>