| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | |
| 18 | 18 | function inline_css() { |
| 19 | 19 | $class_id = '#' . $this->class_id; |
| 20 | 20 | $gutter = isset( $this->atts['gutter'] ) ? |
| 21 | - $this->atts['gutter'] : get_option( 'mgl_cascade_gutter', 10 ); | |
| 21 | + $this->atts['gutter'] : Meow_MGL_Core::get_plugin_option( 'cascade_gutter', 10 ); | |
| 22 | 22 | $isPreview = $this->isPreview; |
| 23 | 23 | ob_start(); |
| 24 | 24 | include dirname( __FILE__ ) . '/cascade.css.php'; |
| 25 | 25 | $html = ob_get_clean(); |