<?php _e( 'Code is Poetry' ); ?>


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 choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.' ); ?>

Social Icons block: now you can change the size of the icons.' ); ?>


<?php esc_attr_e( 'Dashboard with old color scheme.' ); ?>
<?php esc_attr_e( 'Dashboard with new color scheme.' ); ?>

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' ); ?>


max-image-preview: large directive by default. That means search engines can show bigger image previews, which can boost your traffic (unless the site is marked not-public).' ); ?>

loading="lazy" attribute to iframe tags when both width and height are specified.' ); ?>


WordPress 5.7 Field Guide.' ), 'https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide' ); ?>


|
Version %s addressed one security issue.' ); /* translators: %s: WordPress version number. */ __( 'Version %s addressed some security issues.' ); /* translators: 1: WordPress version number, 2: Plural number of bugs. */ _n_noop( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.' ); /* translators: 1: WordPress version number, 2: Plural number of bugs. Singular security issue. */ _n_noop( 'Version %1$s addressed a security issue and fixed %2$s bug.', 'Version %1$s addressed a security issue and fixed %2$s bugs.' ); /* translators: 1: WordPress version number, 2: Plural number of bugs. More than one security issue. */ _n_noop( 'Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); /* translators: %s: Documentation URL. */ __( 'For more information, see the release notes.' );