| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | |
| 24 | 24 | function inline_css() { |
| 25 | 25 | $class_id = '#' . $this->class_id; |
| 26 | 26 | $gutter = isset( $this->atts['gutter'] ) ? |
| 27 | - $this->atts['gutter'] : get_option( 'mgl_tiles_gutter', 10 ); | |
| 27 | + $this->atts['gutter'] : Meow_MGL_Core::get_plugin_option( 'tiles_gutter', 10 ); | |
| 28 | 28 | $isPreview = $this->isPreview; |
| 29 | 29 | ob_start(); |
| 30 | 30 | include dirname( __FILE__ ) . '/tiles.css.php'; |
| 31 | 31 | $html = ob_get_clean(); |