From 0d4890d568808dadd31f01089e86afda5616b299 Mon Sep 17 00:00:00 2001 From: ryelle Date: Mon, 24 Jul 2023 22:52:21 +0000 Subject: [PATCH] Help/About: Add illustrations to the Get Involved tab Follow-up to [56220], [56227], [56233], [56234], [56259]. Props richtabor, markoserb. Fixes #23348. Built from https://develop.svn.wordpress.org/trunk@56290 git-svn-id: http://core.svn.wordpress.org/trunk@55802 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/contribute.php | 6 +++--- wp-admin/images/contribute-code.svg | 1 + wp-admin/images/contribute-main.svg | 1 + wp-admin/images/contribute-no-code.svg | 1 + wp-includes/version.php | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 wp-admin/images/contribute-code.svg create mode 100644 wp-admin/images/contribute-main.svg create mode 100644 wp-admin/images/contribute-no-code.svg diff --git a/wp-admin/contribute.php b/wp-admin/contribute.php index 7e56d21251..5e3b974126 100644 --- a/wp-admin/contribute.php +++ b/wp-admin/contribute.php @@ -40,7 +40,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +

@@ -72,12 +72,12 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
- +

diff --git a/wp-admin/images/contribute-code.svg b/wp-admin/images/contribute-code.svg new file mode 100644 index 0000000000..237cfc1fb9 --- /dev/null +++ b/wp-admin/images/contribute-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wp-admin/images/contribute-main.svg b/wp-admin/images/contribute-main.svg new file mode 100644 index 0000000000..a5e0344a96 --- /dev/null +++ b/wp-admin/images/contribute-main.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wp-admin/images/contribute-no-code.svg b/wp-admin/images/contribute-no-code.svg new file mode 100644 index 0000000000..622cbd83d3 --- /dev/null +++ b/wp-admin/images/contribute-no-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wp-includes/version.php b/wp-includes/version.php index 7bf40120b7..4f9f56e0d5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56287'; +$wp_version = '6.4-alpha-56290'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.