diff --git a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php index fa2010faaf4ce4b3cdc725cd04493ee2199fe72d..4c3ebafaab92003f9e24e08bea14dcda35721722 100644 --- a/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php +++ b/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php @@ -253,7 +253,7 @@ class M_Attach_To_Post extends C_Base_Module return $content; } - + function add_media_button() { if (in_array(FALSE, array( @@ -424,7 +424,7 @@ class M_Attach_To_Post extends C_Base_Module if ($this->is_new_or_edit_post_screen()) { $router = C_Router::get_instance(); - add_editor_style('https://fonts.googleapis.com/css?family=Lato'); + // add_editor_style('https://fonts.googleapis.com/css?family=Lato'); add_editor_style($router->get_static_url('photocrati-attach_to_post#ngg_attach_to_post_tinymce_plugin.css')); wp_enqueue_script('photocrati_ajax'); @@ -612,4 +612,4 @@ class C_Attach_To_Post_Installer } } -new M_Attach_To_Post(); \ No newline at end of file +new M_Attach_To_Post();