From 51af5fc4a51f003910b611e3f411ede4c38a34ae Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 14 Jul 2023 15:34:25 +0000 Subject: [PATCH] =?UTF-8?q?Help/About:=20Update=20=E2=80=9CGet=20Involved?= =?UTF-8?q?=E2=80=9D=20tab=20content=20with=20the=20latest=20edits.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [56220], [56227]. Props oglekler, richtabor, SeReedMedia, eidolonnight, davidbaumwald, ibrahimmonir, ugyensupport, alexstine, suzettefranck. See #23348. Built from https://develop.svn.wordpress.org/trunk@56233 git-svn-id: http://core.svn.wordpress.org/trunk@55745 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/contribute.php | 49 ++++++++++++++++++----------------------- wp-includes/version.php | 2 +- 2 files changed, 22 insertions(+), 29 deletions(-) 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.