diff --git a/wp-admin/about.php b/wp-admin/about.php index 7594d00b83..89d139358e 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -87,8 +87,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
Web Content Accessibility Guidelines (WCAG) 2.1 at Level AAA right out of the box, so you can meet the highest level of international accessibility standards. Just add the necessary elements to your plugins, pictures, and other content, and you’re ready to go!' ), + /* translators: 1: WordPress accessibility-ready guidelines link, 2: WCAG information link. */ + __( 'What’s more, this default theme puts accessibility at the heart of your website. It conforms to the WordPress accessibility-ready guidelines and addresses several more specialized standards from the Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!' ), + 'https://make.wordpress.org/themes/handbook/review/accessibility/', 'https://www.w3.org/WAI/WCAG2AAA-Conformance' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 5fcea51cb7..7cb0439051 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49673'; +$wp_version = '5.7-alpha-49674'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.