mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-06 07:05:14 +01:00
Initiale Version
This commit is contained in:
18
Kapitel_7/Lektion_4/wordpress/wp-admin/profile.php
Executable file
18
Kapitel_7/Lektion_4/wordpress/wp-admin/profile.php
Executable 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' );
|
||||
Reference in New Issue
Block a user