Skip to content

Commit 96a86d5

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@56309 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d80d3e1 commit 96a86d5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* Network Contribute administration panel.
4+
*
5+
* @package WordPress
6+
* @subpackage Multisite
7+
* @since 6.3.0
8+
*/
9+
10+
/** Load WordPress Administration Bootstrap */
11+
require_once __DIR__ . '/admin.php';
12+
13+
require ABSPATH . 'wp-admin/contribute.php';

0 commit comments

Comments
 (0)