Skip to content

Commit

Permalink
Update wp-enqueue.php
Browse files Browse the repository at this point in the history
  • Loading branch information
boykodev committed Feb 18, 2016
1 parent dccadf3 commit b7073a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-enqueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/boykodev/wp-enqueue
Description: This plugin makes it dramatically easier to enqueue scripts and styles. Manage it from a separate option menu page. You can enqueue in `head` or in `footer`, enqueue in admin dashboard, enqueue only for homepage,
enqueue for all pages/posts/categories/archives or enqueue for a specific page/post/category. Choose from any script/style in theme folder or from a specific plugin folder. It has never been so easy before!
Version: 1.0.0
Version: 1.1.0
Author: Serge Boyko
Author URI: http://www.boykodev.com
License: GPLv2 or later
Expand Down Expand Up @@ -122,4 +122,4 @@ public function get_conditions($domain) {
include_once('settings.php');

/* enqueue scripts and styles */
include_once('enqueue.php');
include_once('enqueue.php');

0 comments on commit b7073a3

Please sign in to comment.