@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | * @since DEVVER |
16 | 16 | * @internal |
17 | 17 | */ |
18 | -class AdminPageFramework_Form_View___ToolTip extends AdminPageFramework_Form_View___Section_Base { |
|
18 | +class AdminPageFramework_Form_View___ToolTip extends AdminPageFramework_Form_View___Section_Base { |
|
19 | 19 | |
20 | 20 | public $aArguments = array( |
21 | 21 | 'attributes' => array(), // attributes |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | * @since DEVVER |
100 | 100 | * @return string |
101 | 101 | */ |
102 | - private function _getDescriptions() { |
|
102 | + private function _getDescriptions() { |
|
103 | 103 | |
104 | 104 | if ( isset( $this->aArguments[ 'content' ] ) ) { |
105 | 105 | return "<span class='admin-page-framework-form-tool-tip-description'>" |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | |
62 | 62 | $aFieldset = $this->aFieldset; |
63 | 63 | |
64 | - if ( 'section_title' === $aFieldset[ 'type' ] ) { |
|
64 | + if ( 'section_title' === $aFieldset[ 'type' ] ) { |
|
65 | 65 | return ''; |
66 | 66 | } |
67 | 67 | |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | $aField[ '_structure_type' ], |
193 | 193 | array( 'widget', 'post_meta_box', 'page_meta_box' ) |
194 | 194 | ) |
195 | - ){ |
|
195 | + ) { |
|
196 | 196 | return "<span class='title-colon'>:</span>" ; |
197 | 197 | } |
198 | 198 |