diff --git a/wp-admin/contribute.php b/wp-admin/contribute.php
index a6d366be09..a3253d4df1 100644
--- a/wp-admin/contribute.php
+++ b/wp-admin/contribute.php
@@ -47,35 +47,28 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
-
-
+
- - Share your knowledge in the WordPress support forums' ); ?>
- - Write or improve documentation for WordPress' ); ?>
- - Translate WordPress into your local language' ); ?>
- - Create and improve WordPress educational materials' ); ?>
- - Promote the WordPress project to your community' ); ?>
- - Take photos for or help curate the WordPress Photos Directory' ); ?>
- - Organize or participate in local WordPress Meetups and WordCamps' ); ?>
- - Lend your creative imagination to the WordPress UI design' ); ?>
- - Edit videos and add captions to WordPress.tv' ); ?>
- - Explore ways to reduce the environmental impact of millions of websites' ); ?>
+ - Share your knowledge in the WordPress support forums.' ); ?>
+ - Write or improve documentation for WordPress.' ); ?>
+ - Translate WordPress into your local language.' ); ?>
+ - Create and improve WordPress educational materials.' ); ?>
+ - Promote the WordPress project to your community.' ); ?>
+ - Curate submissions or take photos for the WordPress Photos Directory.' ); ?>
+ - Organize or participate in local WordPress Meetups and WordCamps.' ); ?>
+ - Lend your creative imagination to the WordPress UI design.' ); ?>
+ - Edit videos and add captions to WordPress.tv.' ); ?>
+ - Explore ways to reduce the environmental impact of millions of websites.' ); ?>
@@ -87,13 +80,13 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-
+
- - Find and report bugs in the WordPress core software' ); ?>
- - Test new releases and proposed features for the block editor' ); ?>
- - Write and submit patches to fix bugs or help build new features' ); ?>
- - Contribute to the code, improve the UX, and test the WordPress app' ); ?>
+ - Find and report bugs in the WordPress core software.' ); ?>
+ - Test new releases and proposed features for the block editor.' ); ?>
+ - Write and submit patches to fix bugs or help build new features.' ); ?>
+ - Contribute to the code, improve the UX, and test the WordPress app.' ); ?>
@@ -105,8 +98,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 50761f1b7d..28e88038dc 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.3-beta4-56232';
+$wp_version = '6.3-beta4-56233';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.