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.
See #23348.



Built from https://develop.svn.wordpress.org/trunk@56309


git-svn-id: http://core.svn.wordpress.org/trunk@55821 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-07-25 21:34:27 +00:00
parent 1afe1d9f5e
commit 99366f31d2
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.4-alpha-56308';
$wp_version = '6.4-alpha-56309';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.