Help/About: Fix the Get Involved tab on Network Admin.

This changeset adds a wp-admin/network/contribute.php file to allow the Get Involved tab to work on Network Admin.

Props courane01, ryelle, audrasjb.
Reviewed by joedolson.
Merges [56309] to the 6.3 branch.
See #23348.
Built from https://develop.svn.wordpress.org/branches/6.3@56310


git-svn-id: http://core.svn.wordpress.org/branches/6.3@55822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2023-07-25 22:21:25 +00:00
parent 6b22cd46a3
commit a138828cdc
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<?php
/**
* Network Contribute administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 6.3.0
*/
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
require ABSPATH . 'wp-admin/contribute.php';

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-RC2-56307';
$wp_version = '6.3-RC2-56310';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.