mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
12 lines
199 B
PHP
12 lines
199 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Install theme network administration panel.
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Administration
|
||
|
* @since 3.1.0
|
||
|
*/
|
||
|
|
||
|
require_once( './admin.php' );
|
||
|
|
||
|
require( '../theme-install.php' );
|