| @@ -6,21 +6,17 @@ | ||
| 6 | 6 | |
| 7 | 7 | 'inline' => [ |
| 8 | 8 | 'type' => 'checkbox', |
| 9 | 9 | 'name' => '[inline_css]', |
| 10 | - 'title' => __( 'Inline', 'wp-coder' ), | |
| 11 | - 'text' => __( 'Enable', 'wp-coder' ), | |
| 12 | - 'class' => 'is-reverse', | |
| 13 | - 'tooltip' => __( 'Load CSS inline instead of from an external file.', 'wp-coder' ), | |
| 10 | + 'title' => __( 'Inline', 'wpcoder' ), | |
| 11 | + 'text' => __( 'Enable', 'wpcoder' ), | |
| 14 | 12 | ], |
| 15 | 13 | |
| 16 | 14 | 'minified' => [ |
| 17 | 15 | 'type' => 'checkbox', |
| 18 | 16 | 'name' => '[minified_css]', |
| 19 | - 'title' => __( 'Minified', 'wp-coder' ), | |
| 20 | - 'text' => __( 'Enable', 'wp-coder' ), | |
| 21 | - 'class' => 'is-reverse', | |
| 22 | - 'tooltip' => __( 'Compress CSS by removing spaces and line breaks.', 'wp-coder' ), | |
| 17 | + 'title' => __( 'Minified', 'wpcoder' ), | |
| 18 | + 'text' => __( 'Enable', 'wpcoder' ), | |
| 23 | 19 | ], |
| 24 | 20 | |
| 25 | 21 | 'css_code' => [ |
| 26 | 22 | 'type' => 'textarea', |