- fixed user registration;

- phpDoc;
This commit is contained in:
nikitozzzzzzz
2018-03-20 13:24:38 +02:00
parent a85c8741b0
commit 2ce33098b5
54 changed files with 15292 additions and 14163 deletions
+13 -2
View File
@@ -5,12 +5,23 @@ namespace um\core;
if ( ! defined( 'ABSPATH' ) ) exit;
if ( ! class_exists( 'Options' ) ) {
/**
* Class Options
* @package um\core
*/
class Options {
var $options = array();
/**
* Access constructor.
* @var array
*/
var $options = array();
/**
* Options constructor.
*/
function __construct() {
$this->init_variables();