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

Add missing translator comment.

Props audrasjb.
See #51415.
Built from https://develop.svn.wordpress.org/trunk@49651


git-svn-id: http://core.svn.wordpress.org/trunk@49388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-11-18 15:51:04 +00:00
parent 05125ed8bf
commit 6cde96263b
2 changed files with 10 additions and 2 deletions

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>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-alpha-49650';
$wp_version = '5.7-alpha-49651';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.