Files
wyszynskiego12.pl/wp-admin/network/theme-editor.php
Roman Pyrih 755af5f0b0 first commit
2026-03-03 13:20:21 +01:00

14 lines
264 B
PHP

<?php
/**
* Theme file editor network administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
require ABSPATH . 'wp-admin/theme-editor.php';