diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-26 13:21:06 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-08-26 13:21:06 +0000 |
commit | aeb5cf0276bb7b658997281ba34abf6e69fe17bb (patch) | |
tree | 16a8f22e32115fced2607535ae99613fe2e6fa14 /Postman/PostmanViewController.php | |
parent | 59be4e796441e494f25b18ece7438dbf02442e47 (diff) | |
download | Post-SMTP-aeb5cf0276bb7b658997281ba34abf6e69fe17bb.zip |
security + bugs
Diffstat (limited to 'Postman/PostmanViewController.php')
-rw-r--r-- | Postman/PostmanViewController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/PostmanViewController.php b/Postman/PostmanViewController.php index 7d5c35d..e41234c 100644 --- a/Postman/PostmanViewController.php +++ b/Postman/PostmanViewController.php @@ -121,7 +121,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) { } function enqueueHomeScreenStylesheet() { wp_enqueue_style( PostmanViewController::POSTMAN_STYLE ); - wp_enqueue_script( 'postman_script' ); + wp_enqueue_script( PostmanViewController::POSTMAN_SCRIPT ); } /** |