mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
ab202d0148
commit
72fe9fb127
@ -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 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.', '#' ); ?></p>
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: Accessibility statement feature plugin link. */
|
||||
__( '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.' ),
|
||||
'#'
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column has-border" style="background-color:#d1d1e4;background-color:var(--global--color-purple)">
|
||||
<h3><?php _e( 'Built-in patterns' ); ?></h3>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user