@@ -24,13 +24,13 @@ |
||
24 | 24 | protected function _get() { |
25 | 25 | return $this->_getFormSectionRules(); |
26 | 26 | } |
27 | - /** |
|
28 | - * Returns the CSS rules for form fields. |
|
29 | - * |
|
30 | - * @since 3.4.0 |
|
31 | - * @since 3.7.0 Moved from `AdminPageFramework_CSS`. |
|
32 | - * @internal |
|
33 | - */ |
|
27 | + /** |
|
28 | + * Returns the CSS rules for form fields. |
|
29 | + * |
|
30 | + * @since 3.4.0 |
|
31 | + * @since 3.7.0 Moved from `AdminPageFramework_CSS`. |
|
32 | + * @internal |
|
33 | + */ |
|
34 | 34 | private function _getFormSectionRules() { |
35 | 35 | |
36 | 36 | return <<<CSSRULES |