From 8d6fccf3fe6d043ddbe04f5048c8d62ed81f847a Mon Sep 17 00:00:00 2001 From: Oliver Payne Date: Thu, 22 May 2014 13:32:14 +0200 Subject: [PATCH] Fixed typo --- vafpress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + */