diff --git a/wp-admin/about.php b/wp-admin/about.php index acaaa2a009..c14c1bfc50 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -20,10 +20,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?>
+Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?>
- +
worldwide team of passionate individuals. Get involved in WordPress.' ), - __( 'https://wordpress.org/about/' ), - __( 'https://make.wordpress.org/' ) - ); - } else { - printf( - /* translators: %s: https://make.wordpress.org/ */ - __( 'Want to see your name in lights on this page? Get involved in WordPress.' ), - __( 'https://make.wordpress.org/' ) - ); - } + printf( + /* translators: 1: https://wordpress.org/about/, 2: https://make.wordpress.org/ */ + __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), + __( 'https://wordpress.org/about/' ), + __( 'https://make.wordpress.org/' ) + ); ?>
+ + + ++ +
++ Get involved in WordPress.' ), + __( 'https://make.wordpress.org/' ) + ); + ?> +
+ +- +
- +