- wp-admin assets refactoring (in process);

This commit is contained in:
Mykyta Synelnikov
2023-11-03 17:31:18 +02:00
parent ac2d64ff49
commit b40edd26e6
281 changed files with 7279 additions and 11667 deletions
+2 -2
View File
@@ -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();
}