mirror of
git://develop.git.wordpress.org/
synced 2025-04-11 15:42:03 +02:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/6.3@56310 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b49c476401
commit
3aa1da63f4
13
src/wp-admin/network/contribute.php
Normal file
13
src/wp-admin/network/contribute.php
Normal 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';
|
Loading…
x
Reference in New Issue
Block a user