2013-08-26 20:05:25 -04:00
|
|
|
<?php
|
|
|
|
|
/*
|
|
|
|
|
Plugin Name: Genesis Simple Sidebars
|
|
|
|
|
Plugin URI: http://www.studiopress.com/plugins/simple-sidebars
|
2017-03-01 19:51:34 -05:00
|
|
|
|
2013-08-26 20:05:25 -04:00
|
|
|
Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
|
2017-03-01 19:51:34 -05:00
|
|
|
|
2013-08-26 20:05:25 -04:00
|
|
|
Author: Nathan Rice
|
|
|
|
|
Author URI: http://www.nathanrice.net/
|
|
|
|
|
|
2017-03-01 19:51:34 -05:00
|
|
|
Version: 2.1.0
|
2013-08-26 20:05:25 -04:00
|
|
|
|
2017-03-01 19:51:34 -05:00
|
|
|
Text Domain: genesis-simple-sidebars
|
|
|
|
|
Domain Path: /languages/
|
2013-08-26 20:05:25 -04:00
|
|
|
|
|
|
|
|
License: GNU General Public License v2.0 (or later)
|
|
|
|
|
License URI: http://www.opensource.org/licenses/gpl-license.php
|
|
|
|
|
*/
|
|
|
|
|
|
2017-03-01 19:51:34 -05:00
|
|
|
require_once( plugin_dir_path( __FILE__ ) . 'genesis-simple-sidebars.php' );
|