diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 0944d0536f..a5802ecfa6 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -54,14 +54,16 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ?>
- +
+
+
+
+
header and footer creation more efficient.' ), - 'https://learn.wordpress.org/tutorial/customizing-a-header-with-patterns/', - 'https://learn.wordpress.org/tutorial/customizing-a-footer-with-patterns/' + /* translators: %s: Link to fluid typography demo. */ + __( 'Fluid typography lets you define font sizes that adapt for easy reading in any screen size.' ), + 'https://make.wordpress.org/core/2022/10/03/fluid-font-sizes-in-wordpress-6-1/' ); ?> +
accessibility in WordPress.' ), - 'https://wordpress.org/about/accessibility/' + 'https://make.wordpress.org/core/2022/10/11/wordpress-6-1-accessibility-improvements/' ); ?>
@@ -277,7 +285,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';Fluid typography lets you define font sizes that adapt for easy reading in any screen size.' ), - 'https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/#fluid-typography-support' + /* translators: %s: Link to content locking dev note. */ + __( 'Thanks to content-only editing settings, layouts can be locked within container blocks. In a content-only block, its children are invisible to the List View and entirely uneditable. So you control the layout while your writers can focus on the content.' ), + 'https://make.wordpress.org/core/2022/10/11/content-locking-features-and-updates/' ); ?>
+learn.wordpress.org/workshops for quick how-to videos and lots more on new features in WordPress. Or join a live interactive online learning session on a specific WordPress topic.' ), - 'https://learn.wordpress.org/workshops/', - 'https://learn.wordpress.org/social-learning/' + /* translators: 1: Learn WordPress link. */ + __( 'Explore learn.wordpress.org for tutorial videos, online workshops, courses, and lesson plans for Meetup organizers, including new features in WordPress.' ), + 'https://learn.wordpress.org/' ); ?>
@@ -534,7 +527,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress Field Guide link. */ __( 'Check out the latest version of the WordPress Field Guide. It is overflowing with detailed developer notes to help you build with WordPress.' ), - __( '#' ) + __( 'https://make.wordpress.org/core/2022/10/12/wordpress-6-1-field-guide/' ) ); ?> diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index fed55c3611..2aac41f783 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -46,7 +46,7 @@ $credits = wp_credits();