mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
9a90e89491
git-svn-id: http://svn.automattic.com/wordpress/trunk@15879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
12 lines
183 B
PHP
12 lines
183 B
PHP
<?php
|
|
/**
|
|
* Edit user administration panel.
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Administration
|
|
* @since 3.1.0
|
|
*/
|
|
|
|
require_once( './admin.php' );
|
|
|
|
require( '../user-edit.php' ); |