@@ -104,9 +104,9 @@ |
||
104 | 104 | * Sets up properties. |
105 | 105 | * @since 3.7.0 |
106 | 106 | */ |
107 | - public function __construct( $oCaller, $sCallerPath, $sClassName, $sCapability='manage_options', $sTextDomain='admin-page-framework', $sStructureType ) { |
|
107 | + public function __construct( $oCaller, $sCallerPath, $sClassName, $sCapability = 'manage_options', $sTextDomain = 'admin-page-framework', $sStructureType ) { |
|
108 | 108 | |
109 | - $this->_sFormRegistrationHook = 'load_' . $sClassName; // 3.7.0+ |
|
109 | + $this->_sFormRegistrationHook = 'load_'.$sClassName; // 3.7.0+ |
|
110 | 110 | // $this->_sFormRegistrationHook = 'current_screen'; |
111 | 111 | |
112 | 112 | parent::__construct( |