diff --git a/vafpress.php b/vafpress.php index 3bb13b4..b57150a 100644 --- a/vafpress.php +++ b/vafpress.php @@ -9,7 +9,7 @@ License: GPLv3 */ -// Setup Contants +// Setup Constants defined( 'VP_PLUGIN_VERSION' ) or define( 'VP_PLUGIN_VERSION', '2.0' ); defined( 'VP_PLUGIN_URL' ) or define( 'VP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); defined( 'VP_PLUGIN_DIR' ) or define( 'VP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); @@ -28,4 +28,4 @@ function vp_pl_load_textdomain() /** * EOF - */ \ No newline at end of file + */