mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- removed extract() from show_builder() function;
- wpcs for `show_builder()`;
This commit is contained in:
@@ -47,7 +47,7 @@ if ( ! class_exists( 'UM' ) ) {
|
||||
/**
|
||||
* @var UM the single instance of the class
|
||||
*/
|
||||
protected static $instance = null;
|
||||
protected static $instance;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user