projects
/
WP-Plugins
/
glm-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8837e5a
)
update for php notices
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 17 Dec 2014 15:27:19 +0000
(10:27 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 17 Dec 2014 15:27:19 +0000
(10:27 -0500)
in glm-employment.php
glm-employment.php
patch
|
blob
|
history
diff --git
a/glm-employment.php
b/glm-employment.php
index
dfb83d2
..
247b1d5
100644
(file)
--- a/
glm-employment.php
+++ b/
glm-employment.php
@@
-76,6
+76,6
@@
function glm_load_style()
wp_enqueue_style('foundation',
plugin_dir_url(__FILE__) . 'css/foundation.css');
}
-if ($_REQUEST['action'] == 'view') {
+if (
isset($_REQUEST['action']) &&
$_REQUEST['action'] == 'view') {
add_action('admin_enqueue_scripts', 'glm_load_style');
}