Added WordPress files and DB dump

This commit is contained in:
2020-10-14 19:43:03 +09:00
parent a33e1dd4df
commit b7cca72f8c
1552 changed files with 826520 additions and 0 deletions

18
wp/wp-admin/profile.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
/**
* User Profile Administration Screen.
*
* @package WordPress
* @subpackage Administration
*/
/**
* This is a profile page.
*
* @since 2.5.0
* @var bool
*/
define('IS_PROFILE_PAGE', true);
/** Load User Editing Page */
require_once( dirname( __FILE__ ) . '/user-edit.php' );