Fix syntax error
This commit is contained in:
parent
dab84febeb
commit
9c1260c9d0
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user