Fix syntax error

This commit is contained in:
Jeremy Dormitzer 2018-09-19 17:44:14 -04:00
parent dab84febeb
commit 9c1260c9d0

View File

@ -4,7 +4,7 @@ Plugin Name: Pterotype
*/
require_once plugin_dir_path( __FILE__ ) . 'inc/init.php';
define( 'PTEROTYPE_VERSION' '0.0.1' );
define( 'PTEROTYPE_VERSION', '0.0.1' );
function pterotype_init() {
update_option( 'pterotype_version', PTEROTYPE_VERSION );