Files
genesis-simple-sidebars/plugin.php
T

21 lines
546 B
PHP
Raw Normal View History

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 17:38: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 17:38:34 -05:00
2013-08-26 20:05:25 -04:00
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
2017-03-01 17:38:34 -05:00
Version: 2.1.0
2015-09-29 17:18:50 -04:00
Text Domain: genesis-simple-sidebars
2013-08-26 20:05:25 -04:00
Domain Path: /languages/
License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
*/
2017-03-01 17:38:34 -05:00
require_once( plugin_dir_path( __FILE__ ) . 'genesis-simple-sidebars.php' );