summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/core/class-wmp.php')
-rwxr-xr-xplugins/wordpress-mobile-pack/core/class-wmp.php17
1 files changed, 16 insertions, 1 deletions
diff --git a/plugins/wordpress-mobile-pack/core/class-wmp.php b/plugins/wordpress-mobile-pack/core/class-wmp.php
index b00624c6..0da8d791 100755
--- a/plugins/wordpress-mobile-pack/core/class-wmp.php
+++ b/plugins/wordpress-mobile-pack/core/class-wmp.php
@@ -1,5 +1,20 @@
<?php
+/**
+ __ __ _ _ _
+ \ \ / /__ __ _ _ __ ___ | |__ (_)_ __(_)_ __ __ _
+ \ \ /\ / / _ \ / _` | '__/ _ \ | '_ \| | '__| | '_ \ / _` |
+ \ V V / __/ | (_| | | | __/ | | | | | | | | | | | (_| |
+ \_/\_/ \___| \__,_|_| \___| |_| |_|_|_| |_|_| |_|\__, |
+ |___/
+Surprised? Don't be. Please do come in, we've been expecting you.
+http://www.appticles.com/jobs.html
+---------------------------------
+Growth Hackers: gh@appticles.com
+JS Developers: js@appticles.com
+*/
+
+
if ( ! class_exists( 'WMobilePack_Options' ) ) {
require_once(WMP_PLUGIN_PATH.'inc/class-wmp-options.php');
}
@@ -344,4 +359,4 @@ function wmp_create_tracking()
$WMP_Tracking->tracking();
}
}
-} \ No newline at end of file
+}