Changeset 49686
- Timestamp:
- 11/23/2020 07:38:30 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/about.php
r49640 r49686 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.