diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 6ce1bea579..ce40f776de 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -50,7 +50,9 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
+
+
+
+
+
+
+ check out this dev note.' ), + '#' + ); ?>
5.6 and 5.7, WordPress 5.8 introduces several new block supports flags and new options to customize your registered blocks. More information is available in the block supports dev note.' ),
+ /* translators: %1$s: Link to 5.6's block dev notes. %2$s: Link to 5.7's block dev notes. %3$s: Link to 5.8's block dev notes. */
+ __( 'Expanding on previously implemented block supports in WordPress 5.6 and 5.7, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the block supports dev note.' ),
'https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/',
'https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/',
'https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/'
diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php
index c932e1fd25..fb3bfbad8f 100644
--- a/src/wp-admin/credits.php
+++ b/src/wp-admin/credits.php
@@ -39,34 +39,28 @@ $credits = wp_credits();
worldwide team of passionate individuals. Get involved in WordPress.' ),
- __( 'https://wordpress.org/about/' ),
- __( 'https://make.wordpress.org/' )
+ /* translators: 1: https://wordpress.org/about/ */
+ __( 'WordPress is created by a worldwide team of passionate individuals.' ),
+ __( 'https://wordpress.org/about/' )
);
?>
+
+ .
- -
-
- Get involved in WordPress.' ),
- __( 'https://make.wordpress.org/' )
- );
- ?>
+
+
+ .
license, the GPL.' ), + __( 'WordPress comes with some awesome, worldview-changing rights courtesy of its license, the GPL.' ), __( 'https://wordpress.org/about/license/' ) ); ?>
 ); ?>)