@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | |
34 | 34 | $this->oForm = $oForm; |
35 | 35 | |
36 | - if ( in_array( $this->oForm->aArguments[ 'structure_type' ], array( 'widget' ) ) ) { |
|
36 | + if ( in_array( $this->oForm->aArguments[ 'structure_type' ], array( 'widget' ) ) ) { |
|
37 | 37 | return; |
38 | 38 | } |
39 | 39 | |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | * @return string |
98 | 98 | * @since DEVVER |
99 | 99 | */ |
100 | - private function _getScriptElementConcealerCSSRules() { |
|
100 | + private function _getScriptElementConcealerCSSRules() { |
|
101 | 101 | |
102 | 102 | // Avoid hiding framework forms in widgets. In some cases, the user sets a form in any page, |
103 | 103 | // which causes a different structure form type including `admin_page` gets loaded even in widgets.php (or any page builder pages dealing with widgets) |
@@ -230,7 +230,7 @@ |
||
230 | 230 | ); |
231 | 231 | |
232 | 232 | $_sID = $this->sanitizeSlug( strtolower( $this->oForm->aArguments[ 'caller_id' ] ) ); |
233 | - if ( $_sCSSRules ) { |
|
233 | + if ( $_sCSSRules ) { |
|
234 | 234 | echo "<style type='text/css' id='inline-style-{$_sID}' class='admin-page-framework-form-style'>" |
235 | 235 | . $_sCSSRules |
236 | 236 | . "</style>"; |