mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
- reviewed #1190;
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<?php
|
||||
namespace um;
|
||||
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if ( ! class_exists( 'um\Config' ) ) {
|
||||
|
||||
|
||||
/**
|
||||
* Class Config
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user