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 );