Changeset 51359
- Timestamp:
- 07/06/2021 10:03:43 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/about.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r51356 r51359 63 63 /* translators: %s: Widgets dev note link. */ 64 64 __( 'After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customizer. Now you can add blocks both in widget areas across your site and with live preview through the Customizer. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the <a href="%s">Widgets dev note</a>.' ), 65 ' #'65 'https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/' 66 66 ); 67 67 ?> … … 191 191 /* translators: %s: Theme.json dev note link. */ 192 192 __( 'Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works, <a href="%s">check out this dev note</a>.' ), 193 ' #'193 'https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/' 194 194 ); 195 195 ?> … … 253 253 /* translators: %s: WordPress 5.8 Field Guide link. */ 254 254 __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%s">WordPress 5.8 Field Guide.</a>' ), 255 ' #'255 'https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/' 256 256 ); 257 257 ?>
Note: See TracChangeset
for help on using the changeset viewer.