Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
88b61416
Commit
88b61416
authored
Dec 23, 2016
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Google Fonts from nextgen-gallery
parent
4795c89b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php
..._nextgen/modules/attach_to_post/module.attach_to_post.php
+3
-3
No files found.
wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/attach_to_post/module.attach_to_post.php
View file @
88b61416
...
...
@@ -246,7 +246,7 @@ class M_Attach_To_Post extends C_Base_Module
return
$content
;
}
function
add_media_button
()
{
$security
=
$this
->
get_registry
()
->
get_utility
(
'I_Security_Manager'
);
...
...
@@ -421,7 +421,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'
);
...
...
@@ -609,4 +609,4 @@ class C_Attach_To_Post_Installer
}
}
new
M_Attach_To_Post
();
\ No newline at end of file
new
M_Attach_To_Post
();
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment