Make WordPress Core

Changeset 49686


Ignore:
Timestamp:
11/23/2020 07:38:30 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Add missing translator comment.

Props audrasjb.
Reviewed by ryelle, SergeyBiryukov.
Merges [49651] to the 5.6 branch.
See #51415.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-admin/about.php

    r49640 r49686  
    166166            <div class="column has-border" style="background-color:#e4d1d1;background-color:var(--global--color-red)">
    167167                <h3><?php _e( 'Accessibility statement template' ); ?></h3>
    168                 <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>
     168                <p>
     169                    <?php
     170                    printf(
     171                        /* translators: %s: Accessibility statement feature plugin link. */
     172                        __( '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.' ),
     173                        '#'
     174                    );
     175                    ?>
     176                </p>
    169177            </div>
    170178            <div class="column has-border" style="background-color:#d1d1e4;background-color:var(--global--color-purple)">
Note: See TracChangeset for help on using the changeset viewer.