- Timestamp:
- 11/18/2020 03:49:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r49640 r49651 166 166 <div class="column has-border" style="background-color:#e4d1d1;background-color:var(--global--color-red)"> 167 167 <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> 169 177 </div> 170 178 <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.