diff --git a/wp-admin/about.php b/wp-admin/about.php index 13269ad58f..17d065972c 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -20,26 +20,18 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- - -
-+ + +
+- -
-+ +
- -
++ Font-size adjustment in more places: now, font-size controls are right where you need them in the List and Code blocks. No more trekking to another screen to make that single change!' ); + ?> +
++ Reusable blocks: several enhancements make reusable blocks more stable and easier to use. And now they save automatically with the post when you click the Update button.' ); + ?> +
++ Inserter drag-and-drop: drag blocks and block patterns from the inserter right into your post.' ); + ?> +
++ Full-height alignment: have you ever wanted to make a block, like the Cover block, fill the whole window? Now you can.' ); + ?> +
++ Buttons block: now you can align the content in buttons vertically. And you can set the width of a button to a preset percentage.' ); + ?> +
++ Social Icons block: you can now change the size of the icons in the Social Icons block.' ); + ?> +
+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/', + /* translators: %s: WCAG information link. */ + __( 'This new streamlined color palette collapses all the colors that used to be in the WordPress source code down to seven core colors and a range of 56 shades that meet the WCAG 2.0 AA recommended contrast ratio against white or black.' ), 'https://www.w3.org/WAI/WCAG2AAA-Conformance' ); ?>
++ +
+ +
++ check out the Color Palette dev note.' ), + 'https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7' + ); + ?> +
+
feature plugin includes template copy for you to update and publish, and it’s written to support different contexts and jurisdictions.' ),
- 'https://github.com/10degrees/accessibility-statement-plugin'
- );
+ _e( 'The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the directive max-image-preview: large
by default. That means search engines can show bigger image previews (unless the blog is marked as not public), which can boost your traffic.' )
?>
- read the PHP 8 developer note.' ), - 'https://make.wordpress.org/core/2020/11/23/wordpress-and-php-8-0/' - ); - ?> -
-- update test plugin to check your sites for errors ahead of time.' ), - current_user_can( 'install_plugins' ) ? - esc_url( network_admin_url( 'plugin-install.php?tab=search&type=term&s=slug:wp-jquery-update-test' ) ) : - esc_url( __( 'https://wordpress.org/plugins/wp-jquery-update-test/' ) ) - ); - ?> -
-- jQuery Migrate plugin.' ), - current_user_can( 'install_plugins' ) ? - esc_url( network_admin_url( 'plugin-install.php?tab=search&type=term&s=slug:enable-jquery-migrate-helper' ) ) : - esc_url( __( 'https://wordpress.org/plugins/enable-jquery-migrate-helper/' ) ) - ); - ?> -
+ + + + +loading="lazy" attribute to iframe tags on the front end.' ); ?>
WordPress 5.6 Field Guide.' ), - 'https://make.wordpress.org/core/2020/11/20/wordpress-5-6-field-guide/' + /* translators: %s: WordPress 5.7 Field Guide link. */ + __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. WordPress 5.7 Field Guide.' ), + 'https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide' ); ?>
diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 24985c16fb..e65f975208 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -22,10 +22,7 @@ $credits = wp_credits();