-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bearded Avenger
committed
Dec 11, 2014
1 parent
a6760b1
commit 90a5beb
Showing
2 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
<?php | ||
/** | ||
* | ||
* @package Idea_Factory | ||
* @author Nick Haskins <[email protected]> | ||
* @license GPL-2.0+ | ||
* @link http://nickhaskins.com | ||
* @copyright 2015 Your Mom | ||
* | ||
* Plugin Name: Idea Factory | ||
* Plugin URI: http://nickhaskins.com/idea-factory | ||
* Description: Front-end user submission and voting system. | ||
* Version: 0.99 | ||
* Github Plugin URL: https://github.com/bearded-avenger/idea-factory | ||
* | ||
* @package Idea_Factory | ||
* @author Nick Haskins <[email protected]> | ||
* @license GPL-2.0+ | ||
* @link http://nickhaskins.com | ||
* @copyright 2015 Your Mom | ||
* | ||
* Plugin Name: Idea Factory | ||
* Plugin URI: http://nickhaskins.com/idea-factory | ||
* Description: Front-end user submission and voting system. | ||
* Version: 1.0 | ||
* GitHub Plugin URI: https://github.com/bearded-avenger/idea-factory | ||
* Author: Nick Haskins | ||
* Author URI: http://nickhaskins.com | ||
* Text Domain: idea-factory | ||
* License: GPL-2.0+ | ||
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt | ||
* Domain Path: /languages | ||
* Github Branch: dev | ||
*/ | ||
|
||
// If this file is called directly, abort. | ||
|
@@ -20,7 +27,7 @@ | |
} | ||
|
||
// Set some constants | ||
define('IDEA_FACTORY_VERSION', '0.99'); | ||
define('IDEA_FACTORY_VERSION', '1.0'); | ||
define('IDEA_FACTORY_DIR', plugin_dir_path( __FILE__ )); | ||
define('IDEA_FACTORY_URL', plugins_url( '', __FILE__ )); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters