mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 11:46:27 +09:00
- wp-admin assets refactoring (in process);
This commit is contained in:
@@ -602,7 +602,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
$this->user();
|
||||
$this->profile();
|
||||
$this->builtin();
|
||||
$this->form();
|
||||
$this->form()->hooks();
|
||||
$this->permalinks();
|
||||
$this->modal();
|
||||
$this->cron();
|
||||
@@ -1203,7 +1203,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
*
|
||||
* @return um\core\Form
|
||||
*/
|
||||
function form() {
|
||||
public function form() {
|
||||
if ( empty( $this->classes['form'] ) ) {
|
||||
$this->classes['form'] = new um\core\Form();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user