From 9c1260c9d093604ce43dc69d44c46c355bc089c4 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 19 Sep 2018 17:44:14 -0400 Subject: [PATCH] Fix syntax error --- pterotype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterotype.php b/pterotype.php index d711fca..b0b9e87 100644 --- a/pterotype.php +++ b/pterotype.php @@ -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 );